diff --git a/requirements/build.txt b/requirements/build.txt index 4b289ca7..96ee8f08 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,12 +1,18 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile build.in # build==1.2.1 # via -r build.in +importlib-metadata==8.4.0 + # via build packaging==24.1 # via build pyproject-hooks==1.1.0 # via build +tomli==2.0.1 + # via build +zipp==3.20.0 + # via importlib-metadata diff --git a/requirements/dev.txt b/requirements/dev.txt index cb7a407c..2cb57a51 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,10 +1,10 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile dev.in # -alabaster==1.0.0 +alabaster==0.7.13 # via # -r docs.txt # sphinx @@ -40,15 +40,22 @@ cryptography==43.0.0 # via -r typing.txt distlib==0.3.8 # via virtualenv -docutils==0.21.2 +docutils==0.20.1 # via # -r docs.txt # sphinx # sphinx-tabs +exceptiongroup==1.2.2 + # via + # -r tests.txt + # -r typing.txt + # pytest filelock==3.15.4 # via # tox # virtualenv +greenlet==3.0.3 ; python_version < "3.11" + # via -r tests.txt identify==2.6.0 # via pre-commit idna==3.8 @@ -59,6 +66,10 @@ imagesize==1.4.1 # via # -r docs.txt # sphinx +importlib-metadata==8.4.0 + # via + # -r docs.txt + # sphinx iniconfig==2.0.0 # via # -r tests.txt @@ -105,7 +116,7 @@ pluggy==1.5.0 # -r typing.txt # pytest # tox -pre-commit==3.8.0 +pre-commit==3.5.0 # via -r dev.in pycparser==2.22 # via @@ -128,6 +139,10 @@ python-dotenv==1.0.1 # via # -r tests.txt # -r typing.txt +pytz==2024.1 + # via + # -r docs.txt + # babel pyyaml==6.0.2 # via pre-commit requests==2.32.3 @@ -138,7 +153,7 @@ snowballstemmer==2.2.0 # via # -r docs.txt # sphinx -sphinx==8.0.2 +sphinx==7.1.2 # via # -r docs.txt # pallets-sphinx-themes @@ -146,15 +161,15 @@ sphinx==8.0.2 # sphinxcontrib-log-cabinet sphinx-tabs==3.4.5 # via -r docs.txt -sphinxcontrib-applehelp==2.0.0 +sphinxcontrib-applehelp==1.0.4 # via # -r docs.txt # sphinx -sphinxcontrib-devhelp==2.0.0 +sphinxcontrib-devhelp==1.0.2 # via # -r docs.txt # sphinx -sphinxcontrib-htmlhelp==2.1.0 +sphinxcontrib-htmlhelp==2.0.1 # via # -r docs.txt # sphinx @@ -164,14 +179,22 @@ sphinxcontrib-jsmath==1.0.1 # sphinx sphinxcontrib-log-cabinet==1.0.1 # via -r docs.txt -sphinxcontrib-qthelp==2.0.0 +sphinxcontrib-qthelp==1.0.3 # via # -r docs.txt # sphinx -sphinxcontrib-serializinghtml==2.0.0 +sphinxcontrib-serializinghtml==1.1.5 # via # -r docs.txt # sphinx +tomli==2.0.1 + # via + # -r tests.txt + # -r typing.txt + # mypy + # pyproject-api + # pytest + # tox tox==4.18.0 # via -r dev.in types-contextvars==2.4.7.3 @@ -180,7 +203,9 @@ types-dataclasses==0.6.6 # via -r typing.txt typing-extensions==4.12.2 # via + # -r tests.txt # -r typing.txt + # asgiref # mypy urllib3==2.2.2 # via @@ -190,3 +215,7 @@ virtualenv==20.26.3 # via # pre-commit # tox +zipp==3.20.0 + # via + # -r docs.txt + # importlib-metadata diff --git a/requirements/docs.txt b/requirements/docs.txt index 651e9b2d..814caf71 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,10 +1,10 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile docs.in # -alabaster==1.0.0 +alabaster==0.7.13 # via sphinx babel==2.16.0 # via sphinx @@ -12,7 +12,7 @@ certifi==2024.7.4 # via requests charset-normalizer==3.3.2 # via requests -docutils==0.21.2 +docutils==0.20.1 # via # sphinx # sphinx-tabs @@ -20,6 +20,8 @@ idna==3.8 # via requests imagesize==1.4.1 # via sphinx +importlib-metadata==8.4.0 + # via sphinx jinja2==3.1.4 # via sphinx markupsafe==2.1.5 @@ -34,11 +36,13 @@ pygments==2.18.0 # via # sphinx # sphinx-tabs +pytz==2024.1 + # via babel requests==2.32.3 # via sphinx snowballstemmer==2.2.0 # via sphinx -sphinx==8.0.2 +sphinx==7.1.2 # via # -r docs.in # pallets-sphinx-themes @@ -46,19 +50,21 @@ sphinx==8.0.2 # sphinxcontrib-log-cabinet sphinx-tabs==3.4.5 # via -r docs.in -sphinxcontrib-applehelp==2.0.0 +sphinxcontrib-applehelp==1.0.4 # via sphinx -sphinxcontrib-devhelp==2.0.0 +sphinxcontrib-devhelp==1.0.2 # via sphinx -sphinxcontrib-htmlhelp==2.1.0 +sphinxcontrib-htmlhelp==2.0.1 # via sphinx sphinxcontrib-jsmath==1.0.1 # via sphinx sphinxcontrib-log-cabinet==1.0.1 # via -r docs.in -sphinxcontrib-qthelp==2.0.0 +sphinxcontrib-qthelp==1.0.3 # via sphinx -sphinxcontrib-serializinghtml==2.0.0 +sphinxcontrib-serializinghtml==1.1.5 # via sphinx urllib3==2.2.2 # via requests +zipp==3.20.0 + # via importlib-metadata diff --git a/requirements/tests.txt b/requirements/tests.txt index 3a24fc51..9b3255e4 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,11 +1,15 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile tests.in # asgiref==3.8.1 # via -r tests.in +exceptiongroup==1.2.2 + # via pytest +greenlet==3.0.3 ; python_version < "3.11" + # via -r tests.in iniconfig==2.0.0 # via pytest packaging==24.1 @@ -16,3 +20,7 @@ pytest==8.3.2 # via -r tests.in python-dotenv==1.0.1 # via -r tests.in +tomli==2.0.1 + # via pytest +typing-extensions==4.12.2 + # via asgiref diff --git a/requirements/typing.txt b/requirements/typing.txt index 99753c70..94c6f3d4 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile typing.in @@ -10,6 +10,8 @@ cffi==1.17.0 # via cryptography cryptography==43.0.0 # via -r typing.in +exceptiongroup==1.2.2 + # via pytest iniconfig==2.0.0 # via pytest mypy==1.11.1 @@ -30,9 +32,15 @@ pytest==8.3.2 # via -r typing.in python-dotenv==1.0.1 # via -r typing.in +tomli==2.0.1 + # via + # mypy + # pytest types-contextvars==2.4.7.3 # via -r typing.in types-dataclasses==0.6.6 # via -r typing.in typing-extensions==4.12.2 - # via mypy + # via + # asgiref + # mypy diff --git a/tox.ini b/tox.ini index 10d4faf5..d850c71d 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,7 @@ skip_install = true commands = pre-commit autoupdate -j4 [testenv:update-requirements] -base_python = 3.12 +base_python = 3.8 labels = update deps = pip-tools skip_install = true