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 13, 2025
1 parent 7fd9767 commit 54526c4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
17 changes: 9 additions & 8 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.92
boto3==1.35.97
# via -r requirements.txt
botocore==1.35.92
botocore==1.35.97
# via
# -r requirements.txt
# boto3
Expand Down Expand Up @@ -141,15 +141,15 @@ lxml==5.3.0
# metsrw
# python-cas
# sword2
metsrw==0.6.0
metsrw==0.6.1
# via -r requirements.txt
mozilla-django-oidc==4.0.1
# via -r requirements.txt
msgpack==1.1.0
# via
# -r requirements.txt
# oslo-serialization
mysqlclient==2.2.6
mysqlclient==2.2.7
# via
# -r requirements.txt
# agentarchives
Expand Down Expand Up @@ -237,7 +237,7 @@ pycparser==2.22
# cffi
pyee==12.0.0
# via playwright
pyopenssl==24.3.0
pyopenssl==25.0.0
# via
# -r requirements.txt
# josepy
Expand Down Expand Up @@ -279,7 +279,7 @@ python-dateutil==2.9.0.post0
# -r requirements.txt
# botocore
# django-tastypie
python-gnupg==0.5.3
python-gnupg==0.5.4
# via -r requirements.txt
python-keystoneclient==5.5.0
# via -r requirements.txt
Expand Down Expand Up @@ -355,6 +355,7 @@ typing-extensions==4.12.2
# dj-database-url
# keystoneauth1
# pyee
# pyopenssl
# tox
tzdata==2024.2
# via
Expand All @@ -372,7 +373,7 @@ wheel==0.45.1
# via pip-tools
whitenoise==6.8.2
# via -r requirements.txt
wrapt==1.17.0
wrapt==1.17.1
# via
# -r requirements.txt
# debtcollector
Expand All @@ -393,7 +394,7 @@ zope-interface==7.2
# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via pip-tools
setuptools==75.6.0
setuptools==75.8.0
# via
# -r requirements.txt
# pip-tools
Expand Down
17 changes: 9 additions & 8 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.92
boto3==1.35.97
# via -r requirements.in
botocore==1.35.92
botocore==1.35.97
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -89,13 +89,13 @@ lxml==5.3.0
# metsrw
# python-cas
# sword2
metsrw==0.6.0
metsrw==0.6.1
# via -r requirements.in
mozilla-django-oidc==4.0.1
# via -r requirements.in
msgpack==1.1.0
# via oslo-serialization
mysqlclient==2.2.6
mysqlclient==2.2.7
# via agentarchives
netaddr==1.3.0
# via
Expand Down Expand Up @@ -143,7 +143,7 @@ pyasn1-modules==0.4.1
# via python-ldap
pycparser==2.22
# via cffi
pyopenssl==24.3.0
pyopenssl==25.0.0
# via josepy
pyparsing==3.2.1
# via
Expand All @@ -155,7 +155,7 @@ python-dateutil==2.9.0.post0
# via
# botocore
# django-tastypie
python-gnupg==0.5.3
python-gnupg==0.5.4
# via -r requirements.in
python-keystoneclient==5.5.0
# via -r requirements.in
Expand Down Expand Up @@ -203,6 +203,7 @@ typing-extensions==4.12.2
# asgiref
# dj-database-url
# keystoneauth1
# pyopenssl
tzdata==2024.2
# via
# oslo-serialization
Expand All @@ -213,7 +214,7 @@ urllib3==1.26.20
# requests
whitenoise==6.8.2
# via -r requirements.in
wrapt==1.17.0
wrapt==1.17.1
# via debtcollector
zipp==3.21.0
# via importlib-resources
Expand All @@ -223,7 +224,7 @@ zope-interface==7.2
# via gevent

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.6.0
setuptools==75.8.0
# via
# zope-event
# zope-interface

0 comments on commit 54526c4

Please sign in to comment.