Skip to content

Commit

Permalink
Upgrade Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Feb 8, 2024
1 parent e9ae95a commit 249cd99
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.7.2
# django
bagit==1.8.1
# via -r requirements.txt
boto3==1.34.33
boto3==1.34.37
# via -r requirements.txt
botocore==1.34.33
botocore==1.34.37
# via
# -r requirements.txt
# boto3
Expand All @@ -25,7 +25,7 @@ build==1.0.3
# via pip-tools
cachetools==5.3.2
# via tox
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements.txt
# requests
Expand Down Expand Up @@ -63,7 +63,7 @@ distlib==0.3.8
# via virtualenv
dj-database-url==2.1.0
# via -r requirements.txt
django==4.2.9
django==4.2.10
# via
# -r requirements.txt
# dj-database-url
Expand Down Expand Up @@ -148,7 +148,7 @@ msgpack==1.0.7
# via
# -r requirements.txt
# oslo-serialization
mysqlclient==2.2.1
mysqlclient==2.2.3
# via
# -r requirements.txt
# agentarchives
Expand Down Expand Up @@ -281,7 +281,7 @@ python-mimeparse==1.6.0
# django-tastypie
python-swiftclient==4.4.0
# via -r requirements.txt
pytz==2023.4
pytz==2024.1
# via
# -r requirements.txt
# oslo-serialization
Expand Down Expand Up @@ -378,7 +378,7 @@ zope-interface==6.1
# gevent

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
pip==24.0
# via pip-tools
setuptools==69.0.3
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ asgiref==3.7.2
# via django
bagit==1.8.1
# via -r requirements.in
boto3==1.34.33
boto3==1.34.37
# via -r requirements.in
botocore==1.34.33
botocore==1.34.37
# via
# boto3
# s3transfer
brotli==1.1.0
# via -r requirements.in
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -36,7 +36,7 @@ debtcollector==2.5.0
# python-keystoneclient
dj-database-url==2.1.0
# via -r requirements.in
django==4.2.9
django==4.2.10
# via
# -r requirements.in
# dj-database-url
Expand Down Expand Up @@ -95,7 +95,7 @@ mozilla-django-oidc==4.0.0
# via -r requirements.in
msgpack==1.0.7
# via oslo-serialization
mysqlclient==2.2.1
mysqlclient==2.2.3
# via agentarchives
netaddr==0.10.1
# via
Expand Down Expand Up @@ -167,7 +167,7 @@ python-mimeparse==1.6.0
# via django-tastypie
python-swiftclient==4.4.0
# via -r requirements.in
pytz==2023.4
pytz==2024.1
# via
# oslo-serialization
# oslo-utils
Expand Down

0 comments on commit 249cd99

Please sign in to comment.