Skip to content

Commit

Permalink
Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Oct 22, 2024
1 parent 8d7b92a commit 8675149
Show file tree
Hide file tree
Showing 3 changed files with 15 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.8.1
# django
bagit==1.8.1
# via -r requirements.txt
boto3==1.35.37
boto3==1.35.45
# via -r requirements.txt
botocore==1.35.37
botocore==1.35.45
# via
# -r requirements.txt
# boto3
Expand Down Expand Up @@ -47,7 +47,7 @@ coverage[toml]==7.6.1
# via
# -r requirements-dev.in
# pytest-cov
cryptography==43.0.1
cryptography==43.0.3
# via
# -r requirements.txt
# josepy
Expand Down Expand Up @@ -149,7 +149,7 @@ msgpack==1.1.0
# via
# -r requirements.txt
# oslo-serialization
mysqlclient==2.2.4
mysqlclient==2.2.5
# via
# -r requirements.txt
# agentarchives
Expand Down Expand Up @@ -349,7 +349,7 @@ tomli==2.0.2
# pyproject-api
# pytest
# tox
tox==4.21.2
tox==4.23.2
# via -r requirements-dev.in
typing-extensions==4.12.2
# via
Expand All @@ -368,7 +368,7 @@ urllib3==1.26.20
# -r requirements.txt
# botocore
# requests
virtualenv==20.26.6
virtualenv==20.27.0
# via tox
wheel==0.44.0
# via pip-tools
Expand All @@ -395,7 +395,7 @@ zope-interface==7.1.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==75.1.0
setuptools==75.2.0
# via
# -r requirements.txt
# pip-tools
Expand Down
3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ django-prometheus

# LDAP support
python-ldap
django-auth-ldap

# CAS authentication
django-cas-ng
Expand All @@ -33,4 +32,6 @@ django-cas-ng
mozilla-django-oidc

# gevent 24.10.1 dropped support for Python 3.8, so pinning it for now.
django-auth-ldap==5.0.0
gevent==24.2.1
pyparsing==3.1.4
11 changes: 6 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.37
boto3==1.35.45
# via -r requirements.in
botocore==1.35.37
botocore==1.35.45
# via
# boto3
# s3transfer
Expand All @@ -24,7 +24,7 @@ cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
# via requests
cryptography==43.0.1
cryptography==43.0.3
# via
# josepy
# mozilla-django-oidc
Expand Down Expand Up @@ -95,7 +95,7 @@ mozilla-django-oidc==4.0.1
# via -r requirements.in
msgpack==1.1.0
# via oslo-serialization
mysqlclient==2.2.4
mysqlclient==2.2.5
# via agentarchives
netaddr==1.3.0
# via
Expand Down Expand Up @@ -147,6 +147,7 @@ pyopenssl==24.2.1
# via josepy
pyparsing==3.1.4
# via
# -r requirements.in
# httplib2
# oslo-utils
python-cas==1.6.0
Expand Down Expand Up @@ -222,7 +223,7 @@ zope-interface==7.1.0
# via gevent

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

0 comments on commit 8675149

Please sign in to comment.