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-implicit-str-concat
|
||||
- repo: https://github.com/peterdemin/pip-compile-multi
|
||||
rev: v2.6.1
|
||||
rev: v2.6.2
|
||||
hooks:
|
||||
- id: pip-compile-multi-verify
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# This file is autogenerated by pip-compile with Python 3.10
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile pyproject.toml
|
||||
# pip-compile --resolver=backtracking pyproject.toml
|
||||
#
|
||||
amqp==5.1.1
|
||||
# via kombu
|
||||
|
|
@ -25,7 +25,7 @@ click-plugins==1.1.1
|
|||
# via celery
|
||||
click-repl==0.2.0
|
||||
# via celery
|
||||
flask==2.2.2
|
||||
flask==2.2.3
|
||||
# via flask-example-celery (pyproject.toml)
|
||||
itsdangerous==2.1.2
|
||||
# via flask
|
||||
|
|
@ -37,7 +37,7 @@ markupsafe==2.1.2
|
|||
# via
|
||||
# jinja2
|
||||
# werkzeug
|
||||
prompt-toolkit==3.0.36
|
||||
prompt-toolkit==3.0.37
|
||||
# via click-repl
|
||||
pytz==2022.7.1
|
||||
# via celery
|
||||
|
|
@ -52,5 +52,5 @@ vine==5.0.0
|
|||
# kombu
|
||||
wcwidth==0.2.6
|
||||
# via prompt-toolkit
|
||||
werkzeug==2.2.2
|
||||
werkzeug==2.2.3
|
||||
# via flask
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ identify==2.5.18
|
|||
# via pre-commit
|
||||
nodeenv==1.7.0
|
||||
# via pre-commit
|
||||
pip-compile-multi==2.6.1
|
||||
pip-compile-multi==2.6.2
|
||||
# via -r requirements/dev.in
|
||||
pip-tools==6.12.2
|
||||
# via pip-compile-multi
|
||||
|
|
@ -40,7 +40,7 @@ platformdirs==3.0.0
|
|||
# via
|
||||
# tox
|
||||
# virtualenv
|
||||
pre-commit==3.0.4
|
||||
pre-commit==3.1.0
|
||||
# via -r requirements/dev.in
|
||||
pyproject-api==1.5.0
|
||||
# via tox
|
||||
|
|
@ -50,7 +50,7 @@ pyyaml==6.0
|
|||
# via pre-commit
|
||||
toposort==1.9
|
||||
# via pip-compile-multi
|
||||
tox==4.4.5
|
||||
tox==4.4.6
|
||||
# via -r requirements/dev.in
|
||||
virtualenv==20.19.0
|
||||
# via
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ cffi==1.15.1
|
|||
# via cryptography
|
||||
cryptography==39.0.1
|
||||
# via -r requirements/typing.in
|
||||
mypy==1.0.0
|
||||
mypy==1.0.1
|
||||
# via -r requirements/typing.in
|
||||
mypy-extensions==1.0.0
|
||||
# via mypy
|
||||
|
|
@ -17,13 +17,13 @@ pycparser==2.21
|
|||
# via cffi
|
||||
tomli==2.0.1
|
||||
# via mypy
|
||||
types-contextvars==2.4.7
|
||||
types-contextvars==2.4.7.1
|
||||
# via -r requirements/typing.in
|
||||
types-dataclasses==0.6.6
|
||||
# via -r requirements/typing.in
|
||||
types-docutils==0.19.1.4
|
||||
types-docutils==0.19.1.6
|
||||
# via types-setuptools
|
||||
types-setuptools==67.3.0.1
|
||||
types-setuptools==67.4.0.1
|
||||
# via -r requirements/typing.in
|
||||
typing-extensions==4.5.0
|
||||
# via mypy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue