forked from orbit-oss/flask
Merge branch '2.2.x'
This commit is contained in:
commit
e39d78a0ad
5 changed files with 20 additions and 20 deletions
|
|
@ -15,7 +15,7 @@ repos:
|
|||
files: "^(?!examples/)"
|
||||
args: ["--application-directories", "src"]
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 23.1.0
|
||||
rev: 23.3.0
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
|
|
|
|||
|
|
@ -24,25 +24,25 @@ colorama==0.4.6
|
|||
# via tox
|
||||
distlib==0.3.6
|
||||
# via virtualenv
|
||||
filelock==3.9.0
|
||||
filelock==3.11.0
|
||||
# via
|
||||
# tox
|
||||
# virtualenv
|
||||
identify==2.5.19
|
||||
identify==2.5.22
|
||||
# via pre-commit
|
||||
nodeenv==1.7.0
|
||||
# via pre-commit
|
||||
pip-compile-multi==2.6.2
|
||||
# via -r requirements/dev.in
|
||||
pip-tools==6.12.3
|
||||
pip-tools==6.13.0
|
||||
# via pip-compile-multi
|
||||
platformdirs==3.1.1
|
||||
platformdirs==3.2.0
|
||||
# via
|
||||
# tox
|
||||
# virtualenv
|
||||
pre-commit==3.1.1
|
||||
pre-commit==3.2.2
|
||||
# via -r requirements/dev.in
|
||||
pyproject-api==1.5.0
|
||||
pyproject-api==1.5.1
|
||||
# via tox
|
||||
pyproject-hooks==1.0.0
|
||||
# via build
|
||||
|
|
@ -50,13 +50,13 @@ pyyaml==6.0
|
|||
# via pre-commit
|
||||
toposort==1.10
|
||||
# via pip-compile-multi
|
||||
tox==4.4.6
|
||||
tox==4.4.11
|
||||
# via -r requirements/dev.in
|
||||
virtualenv==20.20.0
|
||||
virtualenv==20.21.0
|
||||
# via
|
||||
# pre-commit
|
||||
# tox
|
||||
wheel==0.38.4
|
||||
wheel==0.40.0
|
||||
# via pip-tools
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ packaging==23.0
|
|||
# sphinx
|
||||
pallets-sphinx-themes==2.0.3
|
||||
# via -r requirements/docs.in
|
||||
pygments==2.14.0
|
||||
pygments==2.15.0
|
||||
# via
|
||||
# sphinx
|
||||
# sphinx-tabs
|
||||
|
|
|
|||
|
|
@ -7,11 +7,9 @@
|
|||
#
|
||||
asgiref==3.6.0
|
||||
# via -r requirements/tests.in
|
||||
attrs==22.2.0
|
||||
# via pytest
|
||||
blinker==1.5
|
||||
blinker==1.6.1
|
||||
# via -r requirements/tests.in
|
||||
exceptiongroup==1.1.0
|
||||
exceptiongroup==1.1.1
|
||||
# via pytest
|
||||
greenlet==2.0.2 ; python_version < "3.11"
|
||||
# via -r requirements/tests.in
|
||||
|
|
@ -21,9 +19,11 @@ packaging==23.0
|
|||
# via pytest
|
||||
pluggy==1.0.0
|
||||
# via pytest
|
||||
pytest==7.2.2
|
||||
pytest==7.3.0
|
||||
# via -r requirements/tests.in
|
||||
python-dotenv==1.0.0 ; python_version >= "3.8"
|
||||
# via -r requirements/tests.in
|
||||
tomli==2.0.1
|
||||
# via pytest
|
||||
typing-extensions==4.5.0
|
||||
# via blinker
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@
|
|||
#
|
||||
cffi==1.15.1
|
||||
# via cryptography
|
||||
cryptography==39.0.2
|
||||
cryptography==40.0.1
|
||||
# via -r requirements/typing.in
|
||||
mypy==1.1.1
|
||||
mypy==1.2.0
|
||||
# via -r requirements/typing.in
|
||||
mypy-extensions==1.0.0
|
||||
# via mypy
|
||||
|
|
@ -17,11 +17,11 @@ pycparser==2.21
|
|||
# via cffi
|
||||
tomli==2.0.1
|
||||
# via mypy
|
||||
types-contextvars==2.4.7.1
|
||||
types-contextvars==2.4.7.2
|
||||
# via -r requirements/typing.in
|
||||
types-dataclasses==0.6.6
|
||||
# via -r requirements/typing.in
|
||||
types-setuptools==67.6.0.0
|
||||
types-setuptools==67.6.0.7
|
||||
# via -r requirements/typing.in
|
||||
typing-extensions==4.5.0
|
||||
# via mypy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue