Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jan 10, 2024
1 parent 2723465 commit 160171b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ cryptography==41.0.7
# -r requirements/test.txt
# pyjwt
# social-auth-core
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.txt
defusedxml==0.8.0rc2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ asgiref==3.7.2
# django
attrs==23.2.0
# via -r requirements/base.txt
boto3==1.34.11
boto3==1.34.14
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.34.11
botocore==1.34.14
# via
# boto3
# s3transfer
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cryptography==41.0.7
# -r requirements/base.txt
# pyjwt
# social-auth-core
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.in
defusedxml==0.8.0rc2
# via
Expand Down

0 comments on commit 160171b

Please sign in to comment.