Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Dec 4, 2024
1 parent 8f23de2 commit ec317a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
15 changes: 7 additions & 8 deletions backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ asgiref==3.8.1
# via
# -r requirements.txt
# django
asttokens==2.4.1
asttokens==3.0.0
# via stack-data
attrs==24.2.0
# via wmctrl
black==24.10.0
# via -r requirements-dev.in
blessed==1.20.0
# via -r requirements.txt
boto3==1.35.69
boto3==1.35.74
# via
# -r requirements.txt
# django-ses
# pycognito
botocore==1.35.69
botocore==1.35.74
# via
# -r requirements.txt
# boto3
Expand Down Expand Up @@ -52,7 +52,7 @@ coverage==7.6.8
# via pytest-cov
croniter==3.0.4
# via -r requirements.txt
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements.txt
# pyjwt
Expand Down Expand Up @@ -225,7 +225,7 @@ pygments==2.18.0
# via
# ipython
# pdbpp
pyjwt==2.10.0
pyjwt==2.10.1
# via
# -r requirements.txt
# pycognito
Expand All @@ -235,7 +235,7 @@ pyproject-hooks==1.2.0
# pip-tools
pyrepl==0.9.0
# via fancycompleter
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements-dev.in
# pytest-cov
Expand Down Expand Up @@ -276,7 +276,6 @@ sentry-sdk==2.17.0
six==1.16.0
# via
# -r requirements.txt
# asttokens
# blessed
# django-spurl
# python-dateutil
Expand Down Expand Up @@ -326,7 +325,7 @@ zope-event==5.0
# via
# -r requirements.txt
# gevent
zope-interface==7.1.1
zope-interface==7.2
# 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.69
boto3==1.35.74
# via
# -r requirements.in
# django-ses
# pycognito
botocore==1.35.69
botocore==1.35.74
# via
# boto3
# s3transfer
Expand All @@ -31,7 +31,7 @@ charset-normalizer==3.4.0
# via requests
croniter==3.0.4
# via -r requirements.in
cryptography==43.0.3
cryptography==44.0.0
# via pyjwt
diff-match-patch==20241021
# via django-import-export
Expand Down Expand Up @@ -125,7 +125,7 @@ pycognito==2024.5.1
# via -r requirements.in
pycparser==2.22
# via cffi
pyjwt==2.10.0
pyjwt==2.10.1
# via
# django-allauth
# pycognito
Expand Down Expand Up @@ -170,7 +170,7 @@ whitenoise==6.7.0
# via -r requirements.in
zope-event==5.0
# via gevent
zope-interface==7.1.1
zope-interface==7.2
# via gevent

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

0 comments on commit ec317a4

Please sign in to comment.