mirror of https://github.com/pallets/flask.git
update dependencies
This commit is contained in:
parent
ec2b2394dc
commit
aca7d5637d
|
@ -3,12 +3,12 @@ ci:
|
|||
autoupdate_schedule: monthly
|
||||
repos:
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v3.4.0
|
||||
rev: v3.7.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: ["--py38-plus"]
|
||||
- repo: https://github.com/asottile/reorder-python-imports
|
||||
rev: v3.9.0
|
||||
rev: v3.10.0
|
||||
hooks:
|
||||
- id: reorder-python-imports
|
||||
name: Reorder Python imports (src, tests)
|
||||
|
|
|
@ -54,8 +54,6 @@ version = {attr = "flask.__version__"}
|
|||
testpaths = ["tests"]
|
||||
filterwarnings = [
|
||||
"error",
|
||||
# change in Python 3.12 causes warning from inside pytest
|
||||
"ignore:ast:DeprecationWarning",
|
||||
]
|
||||
|
||||
[tool.coverage.run]
|
||||
|
|
|
@ -24,7 +24,7 @@ colorama==0.4.6
|
|||
# via tox
|
||||
distlib==0.3.6
|
||||
# via virtualenv
|
||||
filelock==3.12.0
|
||||
filelock==3.12.2
|
||||
# via
|
||||
# tox
|
||||
# virtualenv
|
||||
|
@ -36,13 +36,13 @@ pip-compile-multi==2.6.3
|
|||
# via -r requirements/dev.in
|
||||
pip-tools==6.13.0
|
||||
# via pip-compile-multi
|
||||
platformdirs==3.5.1
|
||||
platformdirs==3.8.0
|
||||
# via
|
||||
# tox
|
||||
# virtualenv
|
||||
pre-commit==3.3.2
|
||||
pre-commit==3.3.3
|
||||
# via -r requirements/dev.in
|
||||
pyproject-api==1.5.1
|
||||
pyproject-api==1.5.2
|
||||
# via tox
|
||||
pyproject-hooks==1.0.0
|
||||
# via build
|
||||
|
@ -50,9 +50,9 @@ pyyaml==6.0
|
|||
# via pre-commit
|
||||
toposort==1.10
|
||||
# via pip-compile-multi
|
||||
tox==4.5.2
|
||||
tox==4.6.3
|
||||
# via -r requirements/dev.in
|
||||
virtualenv==20.23.0
|
||||
virtualenv==20.23.1
|
||||
# via
|
||||
# pre-commit
|
||||
# tox
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Werkzeug==2.3.5
|
||||
Werkzeug==2.3.6
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.1
|
||||
itsdangerous==2.1.2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# SHA1:c4bfd085a9d4e81c583daf70671803d5e388c656
|
||||
# SHA1:5bd33f1c06b3fb16f7ab50e80ed309655d110713
|
||||
#
|
||||
# This file is autogenerated by pip-compile-multi
|
||||
# To update, run:
|
||||
|
@ -18,5 +18,5 @@ markupsafe==2.1.1
|
|||
# -r requirements/tests-pallets-min.in
|
||||
# jinja2
|
||||
# werkzeug
|
||||
werkzeug==2.3.5
|
||||
werkzeug==2.3.6
|
||||
# via -r requirements/tests-pallets-min.in
|
||||
|
|
|
@ -11,9 +11,9 @@ iniconfig==2.0.0
|
|||
# via pytest
|
||||
packaging==23.1
|
||||
# via pytest
|
||||
pluggy==1.0.0
|
||||
pluggy==1.2.0
|
||||
# via pytest
|
||||
pytest==7.3.1
|
||||
pytest==7.4.0
|
||||
# via -r requirements/tests.in
|
||||
python-dotenv==1.0.0
|
||||
# via -r requirements/tests.in
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
#
|
||||
cffi==1.15.1
|
||||
# via cryptography
|
||||
cryptography==41.0.0
|
||||
cryptography==41.0.1
|
||||
# via -r requirements/typing.in
|
||||
mypy==1.3.0
|
||||
mypy==1.4.1
|
||||
# via -r requirements/typing.in
|
||||
mypy-extensions==1.0.0
|
||||
# via mypy
|
||||
|
@ -19,7 +19,7 @@ types-contextvars==2.4.7.2
|
|||
# via -r requirements/typing.in
|
||||
types-dataclasses==0.6.6
|
||||
# via -r requirements/typing.in
|
||||
types-setuptools==67.8.0.0
|
||||
types-setuptools==68.0.0.0
|
||||
# via -r requirements/typing.in
|
||||
typing-extensions==4.6.2
|
||||
typing-extensions==4.6.3
|
||||
# via mypy
|
||||
|
|
Loading…
Reference in New Issue