Skip to content

Commit

Permalink
Upgrade Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Nov 13, 2023
1 parent b19fa4b commit fb64e6f
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 45 deletions.
52 changes: 26 additions & 26 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# pip-compile --allow-unsafe --output-file=requirements-dev.txt requirements-dev.in
#
agentarchives==0.8.0
agentarchives==0.9.0
# via -r requirements.txt
asgiref==3.7.2
# via
# -r requirements.txt
# django
bagit==1.8.1
# via -r requirements.txt
boto3==1.28.62
boto3==1.28.85
# via -r requirements.txt
botocore==1.31.62
botocore==1.31.85
# via
# -r requirements.txt
# boto3
Expand All @@ -23,7 +23,7 @@ brotli==1.1.0
# via -r requirements.txt
build==1.0.3
# via pip-tools
cachetools==5.3.1
cachetools==5.3.2
# via tox
certifi==2023.7.22
# via
Expand All @@ -35,7 +35,7 @@ cffi==1.16.0
# cryptography
chardet==5.2.0
# via tox
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via
# -r requirements.txt
# requests
Expand All @@ -47,7 +47,7 @@ coverage[toml]==7.3.2
# via
# -r requirements-dev.in
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements.txt
# josepy
Expand All @@ -63,7 +63,7 @@ distlib==0.3.7
# via virtualenv
dj-database-url==2.1.0
# via -r requirements.txt
django==3.2.22
django==3.2.23
# via
# -r requirements.txt
# dj-database-url
Expand All @@ -74,7 +74,7 @@ django==3.2.22
# mozilla-django-oidc
django-auth-ldap==4.6.0
# via -r requirements.txt
django-cas-ng==5.0.0
django-cas-ng==5.0.1
# via -r requirements.txt
django-csp==3.7
# via -r requirements.txt
Expand All @@ -86,13 +86,13 @@ django-tastypie==0.14.6
# via -r requirements.txt
exceptiongroup==1.1.3
# via pytest
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
gevent==23.9.1
# via -r requirements.txt
greenlet==3.0.0
greenlet==3.0.1
# via
# -r requirements.txt
# gevent
Expand All @@ -111,7 +111,7 @@ importlib-metadata==6.8.0
# via
# build
# pytest-randomly
importlib-resources==6.1.0
importlib-resources==6.1.1
# via -r requirements.txt
iniconfig==2.0.0
# via pytest
Expand All @@ -125,7 +125,7 @@ jmespath==1.0.1
# -r requirements.txt
# boto3
# botocore
josepy==1.13.0
josepy==1.14.0
# via
# -r requirements.txt
# mozilla-django-oidc
Expand All @@ -141,7 +141,7 @@ lxml==4.9.3
# metsrw
# python-cas
# sword2
metsrw==0.4.0
metsrw==0.5.0
# via -r requirements.txt
mozilla-django-oidc==3.0.0
# via -r requirements.txt
Expand Down Expand Up @@ -182,7 +182,7 @@ oslo-serialization==5.2.0
# via
# -r requirements.txt
# python-keystoneclient
oslo-utils==6.2.1
oslo-utils==6.3.0
# via
# -r requirements.txt
# oslo-serialization
Expand All @@ -197,7 +197,7 @@ packaging==23.2
# pytest
# python-keystoneclient
# tox
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements.txt
# keystoneauth1
Expand All @@ -216,7 +216,7 @@ pluggy==1.3.0
# via
# pytest
# tox
prometheus-client==0.17.1
prometheus-client==0.18.0
# via
# -r requirements.txt
# django-prometheus
Expand All @@ -233,7 +233,7 @@ pycparser==2.21
# via
# -r requirements.txt
# cffi
pyopenssl==23.2.0
pyopenssl==23.3.0
# via
# -r requirements.txt
# josepy
Expand All @@ -246,7 +246,7 @@ pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements-dev.in
# pytest-cov
Expand All @@ -255,9 +255,9 @@ pytest==7.4.2
# pytest-randomly
pytest-cov==4.1.0
# via -r requirements-dev.in
pytest-django==4.5.2
pytest-django==4.7.0
# via -r requirements-dev.in
pytest-mock==3.11.1
pytest-mock==3.12.0
# via -r requirements-dev.in
pytest-randomly==3.15.0
# via -r requirements-dev.in
Expand Down Expand Up @@ -294,6 +294,7 @@ pyyaml==6.0.1
# via
# -r requirements.txt
# oslo-config
# oslo-utils
# vcrpy
requests==2.31.0
# via
Expand Down Expand Up @@ -352,21 +353,21 @@ tzdata==2023.3
# -r requirements.txt
# oslo-serialization
# oslo-utils
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements.txt
# botocore
# requests
# vcrpy
vcrpy==5.1.0
# via -r requirements-dev.in
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
wheel==0.41.2
wheel==0.41.3
# via pip-tools
whitenoise==6.6.0
# via -r requirements.txt
wrapt==1.15.0
wrapt==1.16.0
# via
# -r requirements.txt
# debtcollector
Expand All @@ -388,12 +389,11 @@ zope-interface==6.1
# gevent

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3.1
# via pip-tools
setuptools==68.2.2
# via
# -r requirements.txt
# josepy
# pip-tools
# zope-event
# zope-interface
39 changes: 20 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile --allow-unsafe --output-file=requirements.txt requirements.in
#
agentarchives==0.8.0
agentarchives==0.9.0
# via -r requirements.in
asgiref==3.7.2
# via django
bagit==1.8.1
# via -r requirements.in
boto3==1.28.62
boto3==1.28.85
# via -r requirements.in
botocore==1.31.62
botocore==1.31.85
# via
# boto3
# s3transfer
Expand All @@ -22,9 +22,9 @@ certifi==2023.7.22
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
cryptography==41.0.4
cryptography==41.0.5
# via
# josepy
# mozilla-django-oidc
Expand All @@ -36,7 +36,7 @@ debtcollector==2.5.0
# python-keystoneclient
dj-database-url==2.1.0
# via -r requirements.in
django==3.2.22
django==3.2.23
# via
# -r requirements.in
# dj-database-url
Expand All @@ -47,7 +47,7 @@ django==3.2.22
# mozilla-django-oidc
django-auth-ldap==4.6.0
# via -r requirements.in
django-cas-ng==5.0.0
django-cas-ng==5.0.1
# via -r requirements.in
django-csp==3.7
# via -r requirements.in
Expand All @@ -59,15 +59,15 @@ django-tastypie==0.14.6
# via -r requirements.in
gevent==23.9.1
# via -r requirements.in
greenlet==3.0.0
greenlet==3.0.1
# via gevent
gunicorn==21.2.0
# via -r requirements.in
httplib2==0.22.0
# via sword2
idna==3.4
# via requests
importlib-resources==6.1.0
importlib-resources==6.1.1
# via -r requirements.in
iso8601==2.1.0
# via
Expand All @@ -77,7 +77,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
josepy==1.13.0
josepy==1.14.0
# via mozilla-django-oidc
jsonfield==3.1.0
# via -r requirements.in
Expand All @@ -89,7 +89,7 @@ lxml==4.9.3
# metsrw
# python-cas
# sword2
metsrw==0.4.0
metsrw==0.5.0
# via -r requirements.in
mozilla-django-oidc==3.0.0
# via -r requirements.in
Expand All @@ -114,7 +114,7 @@ oslo-i18n==6.1.0
# python-keystoneclient
oslo-serialization==5.2.0
# via python-keystoneclient
oslo-utils==6.2.1
oslo-utils==6.3.0
# via
# oslo-serialization
# python-keystoneclient
Expand All @@ -123,15 +123,15 @@ packaging==23.2
# gunicorn
# oslo-utils
# python-keystoneclient
pbr==5.11.1
pbr==6.0.0
# via
# keystoneauth1
# os-service-types
# oslo-i18n
# oslo-serialization
# python-keystoneclient
# stevedore
prometheus-client==0.17.1
prometheus-client==0.18.0
# via
# -r requirements.in
# django-prometheus
Expand All @@ -143,7 +143,7 @@ pyasn1-modules==0.3.0
# via python-ldap
pycparser==2.21
# via cffi
pyopenssl==23.2.0
pyopenssl==23.3.0
# via josepy
pyparsing==3.1.1
# via
Expand Down Expand Up @@ -173,7 +173,9 @@ pytz==2023.3.post1
# oslo-serialization
# oslo-utils
pyyaml==6.0.1
# via oslo-config
# via
# oslo-config
# oslo-utils
requests==2.31.0
# via
# -r requirements.in
Expand Down Expand Up @@ -210,13 +212,13 @@ tzdata==2023.3
# via
# oslo-serialization
# oslo-utils
urllib3==1.26.17
urllib3==1.26.18
# via
# botocore
# requests
whitenoise==6.6.0
# via -r requirements.in
wrapt==1.15.0
wrapt==1.16.0
# via debtcollector
zipp==3.17.0
# via importlib-resources
Expand All @@ -228,6 +230,5 @@ zope-interface==6.1
# The following packages are considered to be unsafe in a requirements file:
setuptools==68.2.2
# via
# josepy
# zope-event
# zope-interface

0 comments on commit fb64e6f

Please sign in to comment.