forked from orbit-oss/flask
update dev dependencies
This commit is contained in:
parent
c77b099cbb
commit
b337d21058
9 changed files with 67 additions and 56 deletions
|
|
@ -1,12 +1,12 @@
|
|||
#
|
||||
# This file is autogenerated by pip-compile with Python 3.12
|
||||
# This file is autogenerated by pip-compile with Python 3.13
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile build.in
|
||||
#
|
||||
build==1.2.1
|
||||
build==1.2.2.post1
|
||||
# via -r build.in
|
||||
packaging==24.1
|
||||
# via build
|
||||
pyproject-hooks==1.1.0
|
||||
pyproject-hooks==1.2.0
|
||||
# via build
|
||||
|
|
|
|||
|
|
@ -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.13
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile dev.in
|
||||
|
|
@ -18,11 +18,11 @@ babel==2.16.0
|
|||
# sphinx
|
||||
cachetools==5.5.0
|
||||
# via tox
|
||||
certifi==2024.7.4
|
||||
certifi==2024.8.30
|
||||
# via
|
||||
# -r docs.txt
|
||||
# requests
|
||||
cffi==1.17.0
|
||||
cffi==1.17.1
|
||||
# via
|
||||
# -r typing.txt
|
||||
# cryptography
|
||||
|
|
@ -30,28 +30,28 @@ cfgv==3.4.0
|
|||
# via pre-commit
|
||||
chardet==5.2.0
|
||||
# via tox
|
||||
charset-normalizer==3.3.2
|
||||
charset-normalizer==3.4.0
|
||||
# via
|
||||
# -r docs.txt
|
||||
# requests
|
||||
colorama==0.4.6
|
||||
# via tox
|
||||
cryptography==43.0.0
|
||||
cryptography==43.0.3
|
||||
# via -r typing.txt
|
||||
distlib==0.3.8
|
||||
distlib==0.3.9
|
||||
# via virtualenv
|
||||
docutils==0.21.2
|
||||
# via
|
||||
# -r docs.txt
|
||||
# sphinx
|
||||
# sphinx-tabs
|
||||
filelock==3.15.4
|
||||
filelock==3.16.1
|
||||
# via
|
||||
# tox
|
||||
# virtualenv
|
||||
identify==2.6.0
|
||||
identify==2.6.1
|
||||
# via pre-commit
|
||||
idna==3.8
|
||||
idna==3.10
|
||||
# via
|
||||
# -r docs.txt
|
||||
# requests
|
||||
|
|
@ -68,11 +68,11 @@ jinja2==3.1.4
|
|||
# via
|
||||
# -r docs.txt
|
||||
# sphinx
|
||||
markupsafe==2.1.5
|
||||
markupsafe==3.0.2
|
||||
# via
|
||||
# -r docs.txt
|
||||
# jinja2
|
||||
mypy==1.11.1
|
||||
mypy==1.12.0
|
||||
# via -r typing.txt
|
||||
mypy-extensions==1.0.0
|
||||
# via
|
||||
|
|
@ -93,9 +93,9 @@ packaging==24.1
|
|||
# pytest
|
||||
# sphinx
|
||||
# tox
|
||||
pallets-sphinx-themes==2.1.3
|
||||
pallets-sphinx-themes==2.2.0
|
||||
# via -r docs.txt
|
||||
platformdirs==4.2.2
|
||||
platformdirs==4.3.6
|
||||
# via
|
||||
# tox
|
||||
# virtualenv
|
||||
|
|
@ -105,7 +105,7 @@ pluggy==1.5.0
|
|||
# -r typing.txt
|
||||
# pytest
|
||||
# tox
|
||||
pre-commit==3.8.0
|
||||
pre-commit==4.0.1
|
||||
# via -r dev.in
|
||||
pycparser==2.22
|
||||
# via
|
||||
|
|
@ -116,11 +116,11 @@ pygments==2.18.0
|
|||
# -r docs.txt
|
||||
# sphinx
|
||||
# sphinx-tabs
|
||||
pyproject-api==1.7.1
|
||||
pyproject-api==1.8.0
|
||||
# via tox
|
||||
pyright==1.1.377
|
||||
pyright==1.1.385
|
||||
# via -r typing.txt
|
||||
pytest==8.3.2
|
||||
pytest==8.3.3
|
||||
# via
|
||||
# -r tests.txt
|
||||
# -r typing.txt
|
||||
|
|
@ -138,13 +138,18 @@ snowballstemmer==2.2.0
|
|||
# via
|
||||
# -r docs.txt
|
||||
# sphinx
|
||||
sphinx==8.0.2
|
||||
sphinx==8.1.3
|
||||
# via
|
||||
# -r docs.txt
|
||||
# pallets-sphinx-themes
|
||||
# sphinx-notfound-page
|
||||
# sphinx-tabs
|
||||
# sphinxcontrib-log-cabinet
|
||||
sphinx-tabs==3.4.5
|
||||
sphinx-notfound-page==1.0.4
|
||||
# via
|
||||
# -r docs.txt
|
||||
# pallets-sphinx-themes
|
||||
sphinx-tabs==3.4.7
|
||||
# via -r docs.txt
|
||||
sphinxcontrib-applehelp==2.0.0
|
||||
# via
|
||||
|
|
@ -172,7 +177,7 @@ sphinxcontrib-serializinghtml==2.0.0
|
|||
# via
|
||||
# -r docs.txt
|
||||
# sphinx
|
||||
tox==4.18.0
|
||||
tox==4.23.0
|
||||
# via -r dev.in
|
||||
types-contextvars==2.4.7.3
|
||||
# via -r typing.txt
|
||||
|
|
@ -182,11 +187,12 @@ typing-extensions==4.12.2
|
|||
# via
|
||||
# -r typing.txt
|
||||
# mypy
|
||||
urllib3==2.2.2
|
||||
# pyright
|
||||
urllib3==2.2.3
|
||||
# via
|
||||
# -r docs.txt
|
||||
# requests
|
||||
virtualenv==20.26.3
|
||||
virtualenv==20.27.0
|
||||
# via
|
||||
# pre-commit
|
||||
# tox
|
||||
|
|
|
|||
|
|
@ -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.13
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile docs.in
|
||||
|
|
@ -8,27 +8,27 @@ alabaster==1.0.0
|
|||
# via sphinx
|
||||
babel==2.16.0
|
||||
# via sphinx
|
||||
certifi==2024.7.4
|
||||
certifi==2024.8.30
|
||||
# via requests
|
||||
charset-normalizer==3.3.2
|
||||
charset-normalizer==3.4.0
|
||||
# via requests
|
||||
docutils==0.21.2
|
||||
# via
|
||||
# sphinx
|
||||
# sphinx-tabs
|
||||
idna==3.8
|
||||
idna==3.10
|
||||
# via requests
|
||||
imagesize==1.4.1
|
||||
# via sphinx
|
||||
jinja2==3.1.4
|
||||
# via sphinx
|
||||
markupsafe==2.1.5
|
||||
markupsafe==3.0.2
|
||||
# via jinja2
|
||||
packaging==24.1
|
||||
# via
|
||||
# pallets-sphinx-themes
|
||||
# sphinx
|
||||
pallets-sphinx-themes==2.1.3
|
||||
pallets-sphinx-themes==2.2.0
|
||||
# via -r docs.in
|
||||
pygments==2.18.0
|
||||
# via
|
||||
|
|
@ -38,13 +38,16 @@ requests==2.32.3
|
|||
# via sphinx
|
||||
snowballstemmer==2.2.0
|
||||
# via sphinx
|
||||
sphinx==8.0.2
|
||||
sphinx==8.1.3
|
||||
# via
|
||||
# -r docs.in
|
||||
# pallets-sphinx-themes
|
||||
# sphinx-notfound-page
|
||||
# sphinx-tabs
|
||||
# sphinxcontrib-log-cabinet
|
||||
sphinx-tabs==3.4.5
|
||||
sphinx-notfound-page==1.0.4
|
||||
# via pallets-sphinx-themes
|
||||
sphinx-tabs==3.4.7
|
||||
# via -r docs.in
|
||||
sphinxcontrib-applehelp==2.0.0
|
||||
# via sphinx
|
||||
|
|
@ -60,5 +63,5 @@ sphinxcontrib-qthelp==2.0.0
|
|||
# via sphinx
|
||||
sphinxcontrib-serializinghtml==2.0.0
|
||||
# via sphinx
|
||||
urllib3==2.2.2
|
||||
urllib3==2.2.3
|
||||
# via requests
|
||||
|
|
|
|||
|
|
@ -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.13
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile tests.in
|
||||
|
|
@ -12,7 +12,7 @@ packaging==24.1
|
|||
# via pytest
|
||||
pluggy==1.5.0
|
||||
# via pytest
|
||||
pytest==8.3.2
|
||||
pytest==8.3.3
|
||||
# via -r tests.in
|
||||
python-dotenv==1.0.1
|
||||
# via -r tests.in
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
#
|
||||
# This file is autogenerated by pip-compile with Python 3.12
|
||||
# This file is autogenerated by pip-compile with Python 3.13
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile typing.in
|
||||
#
|
||||
asgiref==3.8.1
|
||||
# via -r typing.in
|
||||
cffi==1.17.0
|
||||
cffi==1.17.1
|
||||
# via cryptography
|
||||
cryptography==43.0.0
|
||||
cryptography==43.0.3
|
||||
# via -r typing.in
|
||||
iniconfig==2.0.0
|
||||
# via pytest
|
||||
mypy==1.11.1
|
||||
mypy==1.12.0
|
||||
# via -r typing.in
|
||||
mypy-extensions==1.0.0
|
||||
# via mypy
|
||||
|
|
@ -24,9 +24,9 @@ pluggy==1.5.0
|
|||
# via pytest
|
||||
pycparser==2.22
|
||||
# via cffi
|
||||
pyright==1.1.377
|
||||
pyright==1.1.385
|
||||
# via -r typing.in
|
||||
pytest==8.3.2
|
||||
pytest==8.3.3
|
||||
# via -r typing.in
|
||||
python-dotenv==1.0.1
|
||||
# via -r typing.in
|
||||
|
|
@ -35,4 +35,6 @@ types-contextvars==2.4.7.3
|
|||
types-dataclasses==0.6.6
|
||||
# via -r typing.in
|
||||
typing-extensions==4.12.2
|
||||
# via mypy
|
||||
# via
|
||||
# mypy
|
||||
# pyright
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue