remove min python for pip-compile

This commit is contained in:
David Lord 2024-08-23 17:18:38 -07:00
parent 40b78fa2ea
commit c77b099cbb
No known key found for this signature in database
GPG Key ID: 43368A7AA8CC5926
6 changed files with 23 additions and 81 deletions

View File

@ -1,18 +1,12 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.12
# 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

View File

@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile dev.in
#
alabaster==0.7.13
alabaster==1.0.0
# via
# -r docs.txt
# sphinx
@ -40,22 +40,15 @@ cryptography==43.0.0
# via -r typing.txt
distlib==0.3.8
# via virtualenv
docutils==0.20.1
docutils==0.21.2
# 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
@ -66,10 +59,6 @@ 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
@ -116,7 +105,7 @@ pluggy==1.5.0
# -r typing.txt
# pytest
# tox
pre-commit==3.5.0
pre-commit==3.8.0
# via -r dev.in
pycparser==2.22
# via
@ -139,10 +128,6 @@ 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
@ -153,7 +138,7 @@ snowballstemmer==2.2.0
# via
# -r docs.txt
# sphinx
sphinx==7.1.2
sphinx==8.0.2
# via
# -r docs.txt
# pallets-sphinx-themes
@ -161,15 +146,15 @@ sphinx==7.1.2
# sphinxcontrib-log-cabinet
sphinx-tabs==3.4.5
# via -r docs.txt
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-applehelp==2.0.0
# via
# -r docs.txt
# sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==2.0.0
# via
# -r docs.txt
# sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.1.0
# via
# -r docs.txt
# sphinx
@ -179,22 +164,14 @@ sphinxcontrib-jsmath==1.0.1
# sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r docs.txt
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==2.0.0
# via
# -r docs.txt
# sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==2.0.0
# 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
@ -203,9 +180,7 @@ 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
@ -215,7 +190,3 @@ virtualenv==20.26.3
# via
# pre-commit
# 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.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile docs.in
#
alabaster==0.7.13
alabaster==1.0.0
# 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.20.1
docutils==0.21.2
# via
# sphinx
# sphinx-tabs
@ -20,8 +20,6 @@ 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
@ -36,13 +34,11 @@ 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==7.1.2
sphinx==8.0.2
# via
# -r docs.in
# pallets-sphinx-themes
@ -50,21 +46,19 @@ sphinx==7.1.2
# sphinxcontrib-log-cabinet
sphinx-tabs==3.4.5
# via -r docs.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-log-cabinet==1.0.1
# via -r docs.in
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
urllib3==2.2.2
# via requests
zipp==3.20.0
# via importlib-metadata

View File

@ -1,15 +1,11 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.12
# 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
@ -20,7 +16,3 @@ 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

View File

@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile typing.in
@ -10,8 +10,6 @@ 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
@ -32,15 +30,9 @@ 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
# asgiref
# mypy
# via mypy

View File

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