forked from orbit-oss/flask
update dev requirements
This commit is contained in:
parent
7d399e80c3
commit
80ae10f402
4 changed files with 34 additions and 29 deletions
|
|
@ -3,7 +3,7 @@ ci:
|
|||
autoupdate_schedule: monthly
|
||||
repos:
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v3.8.0
|
||||
rev: v3.10.1
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: ["--py38-plus"]
|
||||
|
|
@ -15,11 +15,11 @@ repos:
|
|||
files: "^(?!examples/)"
|
||||
args: ["--application-directories", "src"]
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 23.3.0
|
||||
rev: 23.7.0
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: 6.0.0
|
||||
rev: 6.1.0
|
||||
hooks:
|
||||
- id: flake8
|
||||
additional_dependencies:
|
||||
|
|
|
|||
|
|
@ -12,51 +12,51 @@ build==0.10.0
|
|||
# via pip-tools
|
||||
cachetools==5.3.1
|
||||
# via tox
|
||||
cfgv==3.3.1
|
||||
cfgv==3.4.0
|
||||
# via pre-commit
|
||||
chardet==5.1.0
|
||||
chardet==5.2.0
|
||||
# via tox
|
||||
click==8.1.3
|
||||
click==8.1.6
|
||||
# via
|
||||
# pip-compile-multi
|
||||
# pip-tools
|
||||
colorama==0.4.6
|
||||
# via tox
|
||||
distlib==0.3.6
|
||||
distlib==0.3.7
|
||||
# via virtualenv
|
||||
filelock==3.12.2
|
||||
# via
|
||||
# tox
|
||||
# virtualenv
|
||||
identify==2.5.24
|
||||
identify==2.5.26
|
||||
# via pre-commit
|
||||
nodeenv==1.8.0
|
||||
# via pre-commit
|
||||
pip-compile-multi==2.6.3
|
||||
# via -r requirements/dev.in
|
||||
pip-tools==6.13.0
|
||||
pip-tools==7.3.0
|
||||
# via pip-compile-multi
|
||||
platformdirs==3.8.0
|
||||
platformdirs==3.10.0
|
||||
# via
|
||||
# tox
|
||||
# virtualenv
|
||||
pre-commit==3.3.3
|
||||
# via -r requirements/dev.in
|
||||
pyproject-api==1.5.2
|
||||
pyproject-api==1.5.3
|
||||
# via tox
|
||||
pyproject-hooks==1.0.0
|
||||
# via build
|
||||
pyyaml==6.0
|
||||
pyyaml==6.0.1
|
||||
# via pre-commit
|
||||
toposort==1.10
|
||||
# via pip-compile-multi
|
||||
tox==4.6.3
|
||||
tox==4.9.0
|
||||
# via -r requirements/dev.in
|
||||
virtualenv==20.23.1
|
||||
virtualenv==20.24.3
|
||||
# via
|
||||
# pre-commit
|
||||
# tox
|
||||
wheel==0.40.0
|
||||
wheel==0.41.1
|
||||
# via pip-tools
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@ alabaster==0.7.13
|
|||
# via sphinx
|
||||
babel==2.12.1
|
||||
# via sphinx
|
||||
certifi==2023.5.7
|
||||
certifi==2023.7.22
|
||||
# via requests
|
||||
charset-normalizer==3.1.0
|
||||
charset-normalizer==3.2.0
|
||||
# via requests
|
||||
docutils==0.18.1
|
||||
# via
|
||||
|
|
@ -31,7 +31,7 @@ packaging==23.1
|
|||
# sphinx
|
||||
pallets-sphinx-themes==2.1.1
|
||||
# via -r requirements/docs.in
|
||||
pygments==2.15.1
|
||||
pygments==2.16.1
|
||||
# via
|
||||
# sphinx
|
||||
# sphinx-tabs
|
||||
|
|
@ -39,30 +39,35 @@ requests==2.31.0
|
|||
# via sphinx
|
||||
snowballstemmer==2.2.0
|
||||
# via sphinx
|
||||
sphinx==7.0.1
|
||||
sphinx==7.1.2
|
||||
# via
|
||||
# -r requirements/docs.in
|
||||
# pallets-sphinx-themes
|
||||
# sphinx-issues
|
||||
# sphinx-tabs
|
||||
# sphinxcontrib-applehelp
|
||||
# sphinxcontrib-devhelp
|
||||
# sphinxcontrib-htmlhelp
|
||||
# sphinxcontrib-log-cabinet
|
||||
# sphinxcontrib-qthelp
|
||||
# sphinxcontrib-serializinghtml
|
||||
sphinx-issues==3.0.1
|
||||
# via -r requirements/docs.in
|
||||
sphinx-tabs==3.4.1
|
||||
# via -r requirements/docs.in
|
||||
sphinxcontrib-applehelp==1.0.4
|
||||
sphinxcontrib-applehelp==1.0.7
|
||||
# via sphinx
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-devhelp==1.0.5
|
||||
# via sphinx
|
||||
sphinxcontrib-htmlhelp==2.0.1
|
||||
sphinxcontrib-htmlhelp==2.0.4
|
||||
# via sphinx
|
||||
sphinxcontrib-jsmath==1.0.1
|
||||
# via sphinx
|
||||
sphinxcontrib-log-cabinet==1.0.1
|
||||
# via -r requirements/docs.in
|
||||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-qthelp==1.0.6
|
||||
# via sphinx
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
sphinxcontrib-serializinghtml==1.1.8
|
||||
# via sphinx
|
||||
urllib3==2.0.3
|
||||
urllib3==2.0.4
|
||||
# via requests
|
||||
|
|
|
|||
|
|
@ -7,17 +7,17 @@
|
|||
#
|
||||
cffi==1.15.1
|
||||
# via cryptography
|
||||
cryptography==41.0.1
|
||||
cryptography==41.0.3
|
||||
# via -r requirements/typing.in
|
||||
mypy==1.4.1
|
||||
mypy==1.5.1
|
||||
# via -r requirements/typing.in
|
||||
mypy-extensions==1.0.0
|
||||
# via mypy
|
||||
pycparser==2.21
|
||||
# via cffi
|
||||
types-contextvars==2.4.7.2
|
||||
types-contextvars==2.4.7.3
|
||||
# via -r requirements/typing.in
|
||||
types-dataclasses==0.6.6
|
||||
# via -r requirements/typing.in
|
||||
typing-extensions==4.6.3
|
||||
typing-extensions==4.7.1
|
||||
# via mypy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue