Skip to content

Commit

Permalink
Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Jan 18, 2025
1 parent 2955aee commit 6621a91
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.8.1
# django
bagit==1.8.1
# via -r requirements.txt
boto3==1.35.97
boto3==1.36.2
# via -r requirements.txt
botocore==1.35.97
botocore==1.36.2
# via
# -r requirements.txt
# boto3
Expand Down Expand Up @@ -63,7 +63,7 @@ distlib==0.3.9
# via virtualenv
dj-database-url==2.3.0
# via -r requirements.txt
django==4.2.17
django==4.2.18
# via
# -r requirements.txt
# dj-database-url
Expand Down Expand Up @@ -315,7 +315,7 @@ rfc3986==2.0.0
# via
# -r requirements.txt
# oslo-config
s3transfer==0.10.4
s3transfer==0.11.1
# via
# -r requirements.txt
# boto3
Expand Down Expand Up @@ -367,13 +367,13 @@ urllib3==1.26.20
# -r requirements.txt
# botocore
# requests
virtualenv==20.28.1
virtualenv==20.29.1
# via tox
wheel==0.45.1
# via pip-tools
whitenoise==6.8.2
# via -r requirements.txt
wrapt==1.17.1
wrapt==1.17.2
# via
# -r requirements.txt
# debtcollector
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.8.1
# via django
bagit==1.8.1
# via -r requirements.in
boto3==1.35.97
boto3==1.36.2
# via -r requirements.in
botocore==1.35.97
botocore==1.36.2
# via
# boto3
# s3transfer
Expand All @@ -36,7 +36,7 @@ debtcollector==3.0.0
# python-keystoneclient
dj-database-url==2.3.0
# via -r requirements.in
django==4.2.17
django==4.2.18
# via
# -r requirements.in
# dj-database-url
Expand Down Expand Up @@ -183,7 +183,7 @@ requests==2.32.3
# python-swiftclient
rfc3986==2.0.0
# via oslo-config
s3transfer==0.10.4
s3transfer==0.11.1
# via boto3
six==1.17.0
# via
Expand Down Expand Up @@ -214,7 +214,7 @@ urllib3==1.26.20
# requests
whitenoise==6.8.2
# via -r requirements.in
wrapt==1.17.1
wrapt==1.17.2
# via debtcollector
zipp==3.21.0
# via importlib-resources
Expand Down

0 comments on commit 6621a91

Please sign in to comment.