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