Skip to content

Commit

Permalink
Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed May 9, 2024
1 parent 667bd2f commit 308d728
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
31 changes: 15 additions & 16 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@ click==8.1.7
# via pip-tools
colorama==0.4.6
# via tox
coverage[toml]==7.4.4
coverage[toml]==7.5.1
# via
# -r requirements-dev.in
# pytest-cov
cryptography==42.0.5
cryptography==42.0.7
# via
# -r requirements.txt
# josepy
# mozilla-django-oidc
# pyopenssl
distlib==0.3.8
# via virtualenv
django==4.2.11
django==4.2.13
# via
# -r requirements.txt
# django-auth-ldap
Expand All @@ -80,13 +80,13 @@ django-prometheus==2.3.1
# via -r requirements.txt
django-shibboleth-remoteuser @ git+https://github.com/artefactual-labs/django-shibboleth-remoteuser.git@f08a7864d6130416c352981ccf318fff0fd5be58
# via -r requirements.txt
django-tastypie==0.14.6
django-tastypie==0.14.7
# via -r requirements.txt
elasticsearch==6.8.2
# via -r requirements.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
filelock==3.13.4
filelock==3.14.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -123,7 +123,7 @@ josepy==1.14.0
# via
# -r requirements.txt
# mozilla-django-oidc
jsonschema==4.21.1
jsonschema==4.22.0
# via -r requirements.txt
jsonschema-specifications==2023.12.1
# via
Expand Down Expand Up @@ -163,11 +163,11 @@ packaging==24.0
# tox
pip-tools==7.4.1
# via -r requirements-dev.in
platformdirs==4.2.0
platformdirs==4.2.1
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# pytest
# tox
Expand All @@ -194,11 +194,11 @@ pyopenssl==24.1.0
# josepy
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements-dev.in
# pytest-cov
Expand Down Expand Up @@ -230,7 +230,7 @@ python-mimeparse==1.6.0
# via
# -r requirements.txt
# django-tastypie
referencing==0.34.0
referencing==0.35.1
# via
# -r requirements.txt
# jsonschema
Expand All @@ -243,7 +243,7 @@ requests==2.31.0
# mozilla-django-oidc
# opf-fido
# python-cas
rpds-py==0.18.0
rpds-py==0.18.1
# via
# -r requirements.txt
# jsonschema
Expand All @@ -264,10 +264,9 @@ tomli==2.0.1
# coverage
# pip-tools
# pyproject-api
# pyproject-hooks
# pytest
# tox
tox==4.14.2
tox==4.15.0
# via -r requirements-dev.in
typing-extensions==4.11.0
# via
Expand All @@ -281,7 +280,7 @@ urllib3==2.2.1
# amclient
# elasticsearch
# requests
virtualenv==20.25.2
virtualenv==20.26.1
# via tox
wheel==0.43.0
# via pip-tools
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ charset-normalizer==3.3.2
# via requests
clamd==1.0.2
# via -r requirements.in
cryptography==42.0.5
cryptography==42.0.7
# via
# josepy
# mozilla-django-oidc
# pyopenssl
django==4.2.11
django==4.2.13
# via
# -r requirements.in
# django-auth-ldap
Expand All @@ -54,7 +54,7 @@ django-prometheus==2.3.1
# via -r requirements.in
django-shibboleth-remoteuser @ git+https://github.com/artefactual-labs/django-shibboleth-remoteuser.git@f08a7864d6130416c352981ccf318fff0fd5be58
# via -r requirements.in
django-tastypie==0.14.6
django-tastypie==0.14.7
# via -r requirements.in
elasticsearch==6.8.2
# via -r requirements.in
Expand All @@ -76,7 +76,7 @@ inotify-simple==1.3.5
# via -r requirements.in
josepy==1.14.0
# via mozilla-django-oidc
jsonschema==4.21.1
jsonschema==4.22.0
# via -r requirements.in
jsonschema-specifications==2023.12.1
# via jsonschema
Expand Down Expand Up @@ -126,7 +126,7 @@ python-ldap==3.4.4
# django-auth-ldap
python-mimeparse==1.6.0
# via django-tastypie
referencing==0.34.0
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -138,7 +138,7 @@ requests==2.31.0
# mozilla-django-oidc
# opf-fido
# python-cas
rpds-py==0.18.0
rpds-py==0.18.1
# via
# jsonschema
# referencing
Expand Down

0 comments on commit 308d728

Please sign in to comment.