Merge branch '3.0.x'

This commit is contained in:
David Lord 2024-08-23 16:41:53 -07:00
commit eeb5f95a0f
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
6 changed files with 81 additions and 24 deletions

View file

@ -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: # by the following command:
# #
# pip-compile build.in # pip-compile build.in
# #
build==1.2.1 build==1.2.1
# via -r build.in # via -r build.in
importlib-metadata==8.4.0
# via build
packaging==24.1 packaging==24.1
# via build # via build
pyproject-hooks==1.1.0 pyproject-hooks==1.1.0
# via build # via build
tomli==2.0.1
# via build
zipp==3.20.0
# via importlib-metadata

View file

@ -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: # by the following command:
# #
# pip-compile dev.in # pip-compile dev.in
# #
alabaster==1.0.0 alabaster==0.7.13
# via # via
# -r docs.txt # -r docs.txt
# sphinx # sphinx
@ -40,15 +40,22 @@ cryptography==43.0.0
# via -r typing.txt # via -r typing.txt
distlib==0.3.8 distlib==0.3.8
# via virtualenv # via virtualenv
docutils==0.21.2 docutils==0.20.1
# via # via
# -r docs.txt # -r docs.txt
# sphinx # sphinx
# sphinx-tabs # sphinx-tabs
exceptiongroup==1.2.2
# via
# -r tests.txt
# -r typing.txt
# pytest
filelock==3.15.4 filelock==3.15.4
# via # via
# tox # tox
# virtualenv # virtualenv
greenlet==3.0.3 ; python_version < "3.11"
# via -r tests.txt
identify==2.6.0 identify==2.6.0
# via pre-commit # via pre-commit
idna==3.8 idna==3.8
@ -59,6 +66,10 @@ imagesize==1.4.1
# via # via
# -r docs.txt # -r docs.txt
# sphinx # sphinx
importlib-metadata==8.4.0
# via
# -r docs.txt
# sphinx
iniconfig==2.0.0 iniconfig==2.0.0
# via # via
# -r tests.txt # -r tests.txt
@ -105,7 +116,7 @@ pluggy==1.5.0
# -r typing.txt # -r typing.txt
# pytest # pytest
# tox # tox
pre-commit==3.8.0 pre-commit==3.5.0
# via -r dev.in # via -r dev.in
pycparser==2.22 pycparser==2.22
# via # via
@ -128,6 +139,10 @@ python-dotenv==1.0.1
# via # via
# -r tests.txt # -r tests.txt
# -r typing.txt # -r typing.txt
pytz==2024.1
# via
# -r docs.txt
# babel
pyyaml==6.0.2 pyyaml==6.0.2
# via pre-commit # via pre-commit
requests==2.32.3 requests==2.32.3
@ -138,7 +153,7 @@ snowballstemmer==2.2.0
# via # via
# -r docs.txt # -r docs.txt
# sphinx # sphinx
sphinx==8.0.2 sphinx==7.1.2
# via # via
# -r docs.txt # -r docs.txt
# pallets-sphinx-themes # pallets-sphinx-themes
@ -146,15 +161,15 @@ sphinx==8.0.2
# sphinxcontrib-log-cabinet # sphinxcontrib-log-cabinet
sphinx-tabs==3.4.5 sphinx-tabs==3.4.5
# via -r docs.txt # via -r docs.txt
sphinxcontrib-applehelp==2.0.0 sphinxcontrib-applehelp==1.0.4
# via # via
# -r docs.txt # -r docs.txt
# sphinx # sphinx
sphinxcontrib-devhelp==2.0.0 sphinxcontrib-devhelp==1.0.2
# via # via
# -r docs.txt # -r docs.txt
# sphinx # sphinx
sphinxcontrib-htmlhelp==2.1.0 sphinxcontrib-htmlhelp==2.0.1
# via # via
# -r docs.txt # -r docs.txt
# sphinx # sphinx
@ -164,14 +179,22 @@ sphinxcontrib-jsmath==1.0.1
# sphinx # sphinx
sphinxcontrib-log-cabinet==1.0.1 sphinxcontrib-log-cabinet==1.0.1
# via -r docs.txt # via -r docs.txt
sphinxcontrib-qthelp==2.0.0 sphinxcontrib-qthelp==1.0.3
# via # via
# -r docs.txt # -r docs.txt
# sphinx # sphinx
sphinxcontrib-serializinghtml==2.0.0 sphinxcontrib-serializinghtml==1.1.5
# via # via
# -r docs.txt # -r docs.txt
# sphinx # sphinx
tomli==2.0.1
# via
# -r tests.txt
# -r typing.txt
# mypy
# pyproject-api
# pytest
# tox
tox==4.18.0 tox==4.18.0
# via -r dev.in # via -r dev.in
types-contextvars==2.4.7.3 types-contextvars==2.4.7.3
@ -180,7 +203,9 @@ types-dataclasses==0.6.6
# via -r typing.txt # via -r typing.txt
typing-extensions==4.12.2 typing-extensions==4.12.2
# via # via
# -r tests.txt
# -r typing.txt # -r typing.txt
# asgiref
# mypy # mypy
urllib3==2.2.2 urllib3==2.2.2
# via # via
@ -190,3 +215,7 @@ virtualenv==20.26.3
# via # via
# pre-commit # pre-commit
# tox # tox
zipp==3.20.0
# via
# -r docs.txt
# importlib-metadata

View file

@ -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: # by the following command:
# #
# pip-compile docs.in # pip-compile docs.in
# #
alabaster==1.0.0 alabaster==0.7.13
# via sphinx # via sphinx
babel==2.16.0 babel==2.16.0
# via sphinx # via sphinx
@ -12,7 +12,7 @@ certifi==2024.7.4
# via requests # via requests
charset-normalizer==3.3.2 charset-normalizer==3.3.2
# via requests # via requests
docutils==0.21.2 docutils==0.20.1
# via # via
# sphinx # sphinx
# sphinx-tabs # sphinx-tabs
@ -20,6 +20,8 @@ idna==3.8
# via requests # via requests
imagesize==1.4.1 imagesize==1.4.1
# via sphinx # via sphinx
importlib-metadata==8.4.0
# via sphinx
jinja2==3.1.4 jinja2==3.1.4
# via sphinx # via sphinx
markupsafe==2.1.5 markupsafe==2.1.5
@ -34,11 +36,13 @@ pygments==2.18.0
# via # via
# sphinx # sphinx
# sphinx-tabs # sphinx-tabs
pytz==2024.1
# via babel
requests==2.32.3 requests==2.32.3
# via sphinx # via sphinx
snowballstemmer==2.2.0 snowballstemmer==2.2.0
# via sphinx # via sphinx
sphinx==8.0.2 sphinx==7.1.2
# via # via
# -r docs.in # -r docs.in
# pallets-sphinx-themes # pallets-sphinx-themes
@ -46,19 +50,21 @@ sphinx==8.0.2
# sphinxcontrib-log-cabinet # sphinxcontrib-log-cabinet
sphinx-tabs==3.4.5 sphinx-tabs==3.4.5
# via -r docs.in # via -r docs.in
sphinxcontrib-applehelp==2.0.0 sphinxcontrib-applehelp==1.0.4
# via sphinx # via sphinx
sphinxcontrib-devhelp==2.0.0 sphinxcontrib-devhelp==1.0.2
# via sphinx # via sphinx
sphinxcontrib-htmlhelp==2.1.0 sphinxcontrib-htmlhelp==2.0.1
# via sphinx # via sphinx
sphinxcontrib-jsmath==1.0.1 sphinxcontrib-jsmath==1.0.1
# via sphinx # via sphinx
sphinxcontrib-log-cabinet==1.0.1 sphinxcontrib-log-cabinet==1.0.1
# via -r docs.in # via -r docs.in
sphinxcontrib-qthelp==2.0.0 sphinxcontrib-qthelp==1.0.3
# via sphinx # via sphinx
sphinxcontrib-serializinghtml==2.0.0 sphinxcontrib-serializinghtml==1.1.5
# via sphinx # via sphinx
urllib3==2.2.2 urllib3==2.2.2
# via requests # via requests
zipp==3.20.0
# via importlib-metadata

View file

@ -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: # by the following command:
# #
# pip-compile tests.in # pip-compile tests.in
# #
asgiref==3.8.1 asgiref==3.8.1
# via -r tests.in # 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 iniconfig==2.0.0
# via pytest # via pytest
packaging==24.1 packaging==24.1
@ -16,3 +20,7 @@ pytest==8.3.2
# via -r tests.in # via -r tests.in
python-dotenv==1.0.1 python-dotenv==1.0.1
# via -r tests.in # via -r tests.in
tomli==2.0.1
# via pytest
typing-extensions==4.12.2
# via asgiref

View file

@ -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: # by the following command:
# #
# pip-compile typing.in # pip-compile typing.in
@ -10,6 +10,8 @@ cffi==1.17.0
# via cryptography # via cryptography
cryptography==43.0.0 cryptography==43.0.0
# via -r typing.in # via -r typing.in
exceptiongroup==1.2.2
# via pytest
iniconfig==2.0.0 iniconfig==2.0.0
# via pytest # via pytest
mypy==1.11.1 mypy==1.11.1
@ -30,9 +32,15 @@ pytest==8.3.2
# via -r typing.in # via -r typing.in
python-dotenv==1.0.1 python-dotenv==1.0.1
# via -r typing.in # via -r typing.in
tomli==2.0.1
# via
# mypy
# pytest
types-contextvars==2.4.7.3 types-contextvars==2.4.7.3
# via -r typing.in # via -r typing.in
types-dataclasses==0.6.6 types-dataclasses==0.6.6
# via -r typing.in # via -r typing.in
typing-extensions==4.12.2 typing-extensions==4.12.2
# via mypy # via
# asgiref
# mypy

View file

@ -46,7 +46,7 @@ skip_install = true
commands = pre-commit autoupdate -j4 commands = pre-commit autoupdate -j4
[testenv:update-requirements] [testenv:update-requirements]
base_python = 3.12 base_python = 3.8
labels = update labels = update
deps = pip-tools deps = pip-tools
skip_install = true skip_install = true