Skip to content

Commit

Permalink
Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhwaniartefact committed Oct 10, 2024
1 parent ad9bef9 commit cd6e40c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
4 changes: 3 additions & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-r requirements.txt

coverage[toml]
git+https://github.com/artefactual-labs/[email protected]#egg=mockldap
pip-tools
pytest
Expand All @@ -15,3 +14,6 @@ tox
# gevent dependency in requirements.txt.
# See https://github.com/microsoft/playwright-python/issues/2190
git+https://github.com/microsoft/playwright-python.git@d9cdfbb1e178b6770625e9f857139aff77516af0#egg=playwright

# coverage 7.6.2 dropped support for Python 3.8, so pinning it for now.
coverage[toml]==7.6.1
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cffi==1.17.1
# cryptography
chardet==5.2.0
# via tox
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via
# -r requirements.txt
# requests
Expand All @@ -57,7 +57,7 @@ cryptography==43.0.1
# josepy
# mozilla-django-oidc
# pyopenssl
distlib==0.3.8
distlib==0.3.9
# via virtualenv
django==4.2.16
# via
Expand All @@ -66,7 +66,7 @@ django==4.2.16
# django-cas-ng
# django-csp
# mozilla-django-oidc
django-auth-ldap==4.8.0
django-auth-ldap==5.0.0
# via -r requirements.txt
django-autoslug==1.9.9
# via -r requirements.txt
Expand Down Expand Up @@ -317,7 +317,7 @@ zope-event==5.0
# via
# -r requirements.txt
# gevent
zope-interface==7.0.3
zope-interface==7.1.0
# via
# -r requirements.txt
# gevent
Expand Down
5 changes: 4 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ django-prometheus
django-tastypie
elasticsearch>=6.0.0,<7.0.0
git+https://github.com/artefactual-labs/python-gearman.git@b68efc868c7a494dd6a2d2e820fb098a6da9f797#egg=gearman3
gevent
gunicorn
importlib-metadata
inotify_simple
Expand All @@ -38,3 +37,7 @@ django-cas-ng

# Required for OpenID Connect authentication
mozilla-django-oidc

# These dependencies dropped support for Python 3.8, so pinning it for now.
gevent==24.2.1
jsonschema-specifications==2023.12.1
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
clamd==1.0.2
# via -r requirements.in
Expand All @@ -40,7 +40,7 @@ django==4.2.16
# django-cas-ng
# django-csp
# mozilla-django-oidc
django-auth-ldap==4.8.0
django-auth-ldap==5.0.0
# via -r requirements.in
django-autoslug==1.9.9
# via -r requirements.in
Expand Down Expand Up @@ -79,7 +79,9 @@ josepy==1.14.0
jsonschema==4.23.0
# via -r requirements.in
jsonschema-specifications==2023.12.1
# via jsonschema
# via
# -r requirements.in
# jsonschema
lazy-paged-sequence==0.3
# via -r requirements.in
lxml==5.3.0
Expand Down Expand Up @@ -168,7 +170,7 @@ zipp==3.20.2
# importlib-resources
zope-event==5.0
# via gevent
zope-interface==7.0.3
zope-interface==7.1.0
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit cd6e40c

Please sign in to comment.