Skip to content

Commit

Permalink
Update dependencies post dropping Python 3.8
Browse files Browse the repository at this point in the history
We are no longer constraint by requiring dependencies to be compatible
with Python 3.8. Now using those compatible with Python 3.9.
  • Loading branch information
matthias-bach-by committed Nov 4, 2024
1 parent a4453d4 commit 8c00d80
Showing 1 changed file with 74 additions and 71 deletions.
145 changes: 74 additions & 71 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,179 +4,182 @@
#
# pip-compile --no-emit-index-url --strip-extras
#
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.2
# via devpi-server
aiosignal==1.3.1
# via aiohttp
alabaster==0.7.13
alabaster==0.7.16
# via sphinx
anyio==4.6.0
# via httpx
argon2-cffi==23.1.0
# via
# devpi-server
# passlib
argon2-cffi-bindings==21.2.0
# via argon2-cffi
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via
# aiohttp
# devpi-server
babel==2.13.1
attrs==24.2.0
# via devpi-server
babel==2.16.0
# via sphinx
build==1.0.3
build==1.2.2.post1
# via
# check-manifest
# devpi-client
certifi==2024.7.4
# via requests
cffi==1.16.0
certifi==2024.8.30
# via
# httpcore
# httpx
# requests
cffi==1.17.1
# via argon2-cffi-bindings
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
check-manifest==0.49
check-manifest==0.50
# via devpi-client
coverage==7.3.2
coverage==7.6.2
# via pytest-cov
defusedxml==0.7.1
# via devpi-server
devpi-client==7.0.2
devpi-client==7.1.0
# via -r core-requirements.txt
devpi-common==4.0.2
devpi-common==4.0.4
# via
# devpi-client
# devpi-server
devpi-server==6.9.2
devpi-server==6.13.0
# via -r extra-test-requirements.txt
docutils==0.20.1
docutils==0.21.2
# via sphinx
exceptiongroup==1.1.3
# via pytest
frozenlist==1.4.0
exceptiongroup==1.2.2
# via
# aiohttp
# aiosignal
hupper==1.12
# anyio
# pytest
h11==0.14.0
# via httpcore
httpcore==1.0.6
# via httpx
httpx==0.27.2
# via devpi-server
hupper==1.12.1
# via pyramid
idna==3.7
idna==3.10
# via
# anyio
# httpx
# requests
# yarl
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
importlib-metadata==8.5.0
# via
# build
# sphinx
iniconfig==2.0.0
# via
# devpi-client
# pytest
itsdangerous==2.1.2
itsdangerous==2.2.0
# via devpi-server
jinja2==3.1.4
# via sphinx
lazy==1.6
# via
# devpi-common
# devpi-server
markupsafe==2.1.3
markupsafe==3.0.1
# via jinja2
mock==5.1.0
# via -r requirements.in
multidict==6.0.4
# via
# aiohttp
# yarl
packaging==23.2
packaging==24.1
# via
# build
# devpi-common
# packaging-legacy
# pytest
# setuptools-scm
# sphinx
packaging-legacy==23.0.post0
# via devpi-common
passlib==1.7.4
# via devpi-server
pastedeploy==3.0.1
pastedeploy==3.1.0
# via plaster-pastedeploy
pkginfo==1.9.6
pkginfo==1.11.2
# via devpi-client
plaster==1.1.2
# via
# plaster-pastedeploy
# pyramid
plaster-pastedeploy==1.0.1
# via pyramid
platformdirs==4.0.0
platformdirs==4.3.6
# via
# devpi-client
# devpi-server
pluggy==1.3.0
pluggy==1.5.0
# via
# devpi-client
# devpi-server
# pytest
py==1.11.0
# via devpi-server
pycparser==2.21
pycparser==2.22
# via cffi
pygments==2.17.1
pygments==2.18.0
# via sphinx
pyproject-hooks==1.0.0
pyproject-hooks==1.2.0
# via build
pyramid==2.0.2
# via devpi-server
pytest==7.4.3
pytest==8.3.3
# via
# -r requirements.in
# pytest-cov
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via strictyaml
repoze-lru==0.7
# via devpi-server
requests==2.32.0
requests==2.32.3
# via
# -r core-requirements.txt
# devpi-common
# sphinx
ruamel-yaml==0.18.5
ruamel-yaml==0.18.6
# via devpi-server
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
setuptools-scm==8.0.4
setuptools-scm==8.1.0
# via -r requirements.in
six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
sphinx==7.4.7
# via -r requirements.in
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
strictyaml==1.7.3
# via devpi-server
tomli==2.0.1
tomli==2.0.2
# via
# build
# check-manifest
# coverage
# pyproject-hooks
# devpi-client
# pytest
# setuptools-scm
# sphinx
translationstring==1.4
# via pyramid
twitter-common-contextutil==0.3.11
Expand All @@ -185,23 +188,23 @@ twitter-common-dirutil==0.3.11
# via twitter-common-contextutil
twitter-common-lang==0.3.11
# via twitter-common-dirutil
typing-extensions==4.8.0
# via setuptools-scm
urllib3==2.2.2
typing-extensions==4.12.2
# via
# anyio
# setuptools-scm
urllib3==2.2.3
# via requests
venusian==3.1.0
# via pyramid
waitress==2.1.2
waitress==3.0.0
# via devpi-server
webob==1.8.8
# via pyramid
yarl==1.9.2
# via aiohttp
zipp==3.19.1
zipp==3.20.2
# via importlib-metadata
zope-deprecation==5.0
# via pyramid
zope-interface==6.1
zope-interface==7.1.0
# via pyramid

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

0 comments on commit 8c00d80

Please sign in to comment.