Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Nov 13, 2024
1 parent 81f6878 commit 68dd29b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 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.49
boto3==1.35.59
# via
# -r requirements.txt
# django-ses
# pycognito
botocore==1.35.49
botocore==1.35.59
# via
# -r requirements.txt
# boto3
Expand Down Expand Up @@ -56,7 +56,7 @@ cryptography==43.0.3
# via
# -r requirements.txt
# pyjwt
debugpy==1.8.7
debugpy==1.8.8
# via -r requirements-dev.in
decorator==5.1.1
# via ipython
Expand Down Expand Up @@ -116,7 +116,7 @@ django-picklefield==3.2
# via
# -r requirements.txt
# django-q2
django-q2==1.7.3
django-q2==1.7.4
# via -r requirements.txt
django-recaptcha==4.0.0
# via -r requirements.txt
Expand Down Expand Up @@ -160,7 +160,7 @@ iniconfig==2.0.0
# via pytest
ipython==8.28.0
# via -r requirements-dev.in
jedi==0.19.1
jedi==0.19.2
# via ipython
jmespath==1.0.1
# via
Expand All @@ -177,7 +177,7 @@ oauthlib==3.2.2
# via
# -r requirements.txt
# requests-oauthlib
packaging==24.1
packaging==24.2
# via
# -r requirements.txt
# black
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.1
ruff==0.7.3
# via -r requirements-dev.in
s3transfer==0.10.3
# via
Expand Down Expand Up @@ -312,7 +312,7 @@ wcwidth==0.2.13
# prompt-toolkit
werkzeug==3.0.6
# via -r requirements-dev.in
wheel==0.44.0
wheel==0.45.0
# via pip-tools
whitenoise==6.7.0
# via -r requirements.txt
Expand Down
8 changes: 4 additions & 4 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.49
boto3==1.35.59
# via
# -r requirements.in
# django-ses
# pycognito
botocore==1.35.49
botocore==1.35.59
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -78,7 +78,7 @@ django-model-utils==5.0.0
# via -r requirements.in
django-picklefield==3.2
# via django-q2
django-q2==1.7.3
django-q2==1.7.4
# via -r requirements.in
django-recaptcha==4.0.0
# via -r requirements.in
Expand Down Expand Up @@ -108,7 +108,7 @@ jmespath==1.0.1
# botocore
oauthlib==3.2.2
# via requests-oauthlib
packaging==24.1
packaging==24.2
# via gunicorn
pillow==10.4.0
# via
Expand Down

0 comments on commit 68dd29b

Please sign in to comment.