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 18, 2025
1 parent a3ba8b6 commit ca10b75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cryptography==44.0.0
# pyopenssl
distlib==0.3.9
# via virtualenv
django==4.2.17
django==4.2.18
# via
# -r requirements.txt
# django-auth-ldap
Expand Down Expand Up @@ -244,7 +244,7 @@ python-mimeparse==2.0.0
# django-tastypie
python-slugify==8.0.4
# via pytest-playwright
referencing==0.35.1
referencing==0.36.1
# via
# -r requirements.txt
# jsonschema
Expand Down Expand Up @@ -291,6 +291,7 @@ typing-extensions==4.12.2
# asgiref
# pyee
# pyopenssl
# referencing
# tox
unidecode==1.3.8
# via -r requirements.txt
Expand All @@ -300,7 +301,7 @@ urllib3==2.3.0
# amclient
# elasticsearch
# requests
virtualenv==20.28.1
virtualenv==20.29.1
# via tox
wheel==0.45.1
# via pip-tools
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cryptography==44.0.0
# josepy
# mozilla-django-oidc
# pyopenssl
django==4.2.17
django==4.2.18
# via
# -r requirements.in
# django-auth-ldap
Expand Down Expand Up @@ -128,7 +128,7 @@ python-ldap==3.4.4
# django-auth-ldap
python-mimeparse==2.0.0
# via django-tastypie
referencing==0.35.1
referencing==0.36.1
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -155,6 +155,7 @@ typing-extensions==4.12.2
# via
# asgiref
# pyopenssl
# referencing
unidecode==1.3.8
# via -r requirements.in
urllib3==2.3.0
Expand Down

0 comments on commit ca10b75

Please sign in to comment.