Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Oct 28, 2024
1 parent 7f6faf8 commit 890172d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ black==24.10.0
# via -r requirements-dev.in
blessed==1.20.0
# via -r requirements.txt
boto3==1.35.44
boto3==1.35.49
# via
# -r requirements.txt
# django-ses
# pycognito
botocore==1.35.44
botocore==1.35.49
# via
# -r requirements.txt
# boto3
Expand Down Expand Up @@ -50,7 +50,7 @@ click==8.1.7
# pip-tools
coverage==7.6.4
# via pytest-cov
croniter==3.0.3
croniter==3.0.4
# via -r requirements.txt
cryptography==43.0.3
# via
Expand All @@ -60,7 +60,7 @@ debugpy==1.8.7
# via -r requirements-dev.in
decorator==5.1.1
# via ipython
diff-match-patch==20230430
diff-match-patch==20241021
# via
# -r requirements.txt
# django-import-export
Expand Down Expand Up @@ -261,7 +261,7 @@ requests==2.32.3
# requests-oauthlib
requests-oauthlib==2.0.0
# via -r requirements.txt
ruff==0.7.0
ruff==0.7.1
# via -r requirements-dev.in
s3transfer==0.10.3
# via
Expand Down Expand Up @@ -310,7 +310,7 @@ wcwidth==0.2.13
# -r requirements.txt
# blessed
# prompt-toolkit
werkzeug==3.0.4
werkzeug==3.0.6
# via -r requirements-dev.in
wheel==0.44.0
# via pip-tools
Expand All @@ -322,7 +322,7 @@ zope-event==5.0
# via
# -r requirements.txt
# gevent
zope-interface==7.1.0
zope-interface==7.1.1
# via
# -r requirements.txt
# gevent
Expand Down
10 changes: 5 additions & 5 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ asgiref==3.8.1
# via django
blessed==1.20.0
# via -r requirements.in
boto3==1.35.44
boto3==1.35.49
# via
# -r requirements.in
# django-ses
# pycognito
botocore==1.35.44
botocore==1.35.49
# via
# boto3
# s3transfer
Expand All @@ -29,11 +29,11 @@ cffi==1.17.1
# cryptography
charset-normalizer==3.4.0
# via requests
croniter==3.0.3
croniter==3.0.4
# via -r requirements.in
cryptography==43.0.3
# via pyjwt
diff-match-patch==20230430
diff-match-patch==20241021
# via django-import-export
django==4.2.16
# via
Expand Down Expand Up @@ -166,7 +166,7 @@ whitenoise==6.7.0
# via -r requirements.in
zope-event==5.0
# via gevent
zope-interface==7.1.0
zope-interface==7.1.1
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 890172d

Please sign in to comment.