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

Python Requirements Update #310

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading