Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dependencies #752

Merged
merged 2 commits into from
Oct 22, 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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down Expand Up @@ -39,7 +39,7 @@ repos:
install/README\.md
)
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.12.1
hooks:
- id: mypy
additional_dependencies:
Expand Down
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