forked from orbit-oss/flask
Merge branch '2.2.x'
This commit is contained in:
commit
5cdfeae2e8
4 changed files with 12 additions and 12 deletions
|
|
@ -26,7 +26,7 @@ repos:
|
||||||
- flake8-bugbear
|
- flake8-bugbear
|
||||||
- flake8-implicit-str-concat
|
- flake8-implicit-str-concat
|
||||||
- repo: https://github.com/peterdemin/pip-compile-multi
|
- repo: https://github.com/peterdemin/pip-compile-multi
|
||||||
rev: v2.6.1
|
rev: v2.6.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: pip-compile-multi-verify
|
- id: pip-compile-multi-verify
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile with Python 3.10
|
# This file is autogenerated by pip-compile with Python 3.10
|
||||||
# by the following command:
|
# by the following command:
|
||||||
#
|
#
|
||||||
# pip-compile pyproject.toml
|
# pip-compile --resolver=backtracking pyproject.toml
|
||||||
#
|
#
|
||||||
amqp==5.1.1
|
amqp==5.1.1
|
||||||
# via kombu
|
# via kombu
|
||||||
|
|
@ -25,7 +25,7 @@ click-plugins==1.1.1
|
||||||
# via celery
|
# via celery
|
||||||
click-repl==0.2.0
|
click-repl==0.2.0
|
||||||
# via celery
|
# via celery
|
||||||
flask==2.2.2
|
flask==2.2.3
|
||||||
# via flask-example-celery (pyproject.toml)
|
# via flask-example-celery (pyproject.toml)
|
||||||
itsdangerous==2.1.2
|
itsdangerous==2.1.2
|
||||||
# via flask
|
# via flask
|
||||||
|
|
@ -37,7 +37,7 @@ markupsafe==2.1.2
|
||||||
# via
|
# via
|
||||||
# jinja2
|
# jinja2
|
||||||
# werkzeug
|
# werkzeug
|
||||||
prompt-toolkit==3.0.36
|
prompt-toolkit==3.0.37
|
||||||
# via click-repl
|
# via click-repl
|
||||||
pytz==2022.7.1
|
pytz==2022.7.1
|
||||||
# via celery
|
# via celery
|
||||||
|
|
@ -52,5 +52,5 @@ vine==5.0.0
|
||||||
# kombu
|
# kombu
|
||||||
wcwidth==0.2.6
|
wcwidth==0.2.6
|
||||||
# via prompt-toolkit
|
# via prompt-toolkit
|
||||||
werkzeug==2.2.2
|
werkzeug==2.2.3
|
||||||
# via flask
|
# via flask
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ identify==2.5.18
|
||||||
# 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.1
|
pip-compile-multi==2.6.2
|
||||||
# via -r requirements/dev.in
|
# via -r requirements/dev.in
|
||||||
pip-tools==6.12.2
|
pip-tools==6.12.2
|
||||||
# via pip-compile-multi
|
# via pip-compile-multi
|
||||||
|
|
@ -40,7 +40,7 @@ platformdirs==3.0.0
|
||||||
# via
|
# via
|
||||||
# tox
|
# tox
|
||||||
# virtualenv
|
# virtualenv
|
||||||
pre-commit==3.0.4
|
pre-commit==3.1.0
|
||||||
# via -r requirements/dev.in
|
# via -r requirements/dev.in
|
||||||
pyproject-api==1.5.0
|
pyproject-api==1.5.0
|
||||||
# via tox
|
# via tox
|
||||||
|
|
@ -50,7 +50,7 @@ pyyaml==6.0
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
toposort==1.9
|
toposort==1.9
|
||||||
# via pip-compile-multi
|
# via pip-compile-multi
|
||||||
tox==4.4.5
|
tox==4.4.6
|
||||||
# via -r requirements/dev.in
|
# via -r requirements/dev.in
|
||||||
virtualenv==20.19.0
|
virtualenv==20.19.0
|
||||||
# via
|
# via
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ cffi==1.15.1
|
||||||
# via cryptography
|
# via cryptography
|
||||||
cryptography==39.0.1
|
cryptography==39.0.1
|
||||||
# via -r requirements/typing.in
|
# via -r requirements/typing.in
|
||||||
mypy==1.0.0
|
mypy==1.0.1
|
||||||
# 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,13 +17,13 @@ pycparser==2.21
|
||||||
# via cffi
|
# via cffi
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
# via mypy
|
# via mypy
|
||||||
types-contextvars==2.4.7
|
types-contextvars==2.4.7.1
|
||||||
# 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-docutils==0.19.1.4
|
types-docutils==0.19.1.6
|
||||||
# via types-setuptools
|
# via types-setuptools
|
||||||
types-setuptools==67.3.0.1
|
types-setuptools==67.4.0.1
|
||||||
# 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