forked from orbit-oss/flask
update requirements
This commit is contained in:
parent
723a3a6ffd
commit
0d87b22314
5 changed files with 12 additions and 14 deletions
|
|
@ -20,7 +20,7 @@ repos:
|
|||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: 5.0.2
|
||||
rev: 5.0.4
|
||||
hooks:
|
||||
- id: flake8
|
||||
additional_dependencies:
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ click==8.1.3
|
|||
# via
|
||||
# pip-compile-multi
|
||||
# pip-tools
|
||||
distlib==0.3.4
|
||||
distlib==0.3.5
|
||||
# via virtualenv
|
||||
filelock==3.7.1
|
||||
# via
|
||||
|
|
@ -24,13 +24,13 @@ filelock==3.7.1
|
|||
# virtualenv
|
||||
greenlet==1.1.2 ; python_version < "3.11"
|
||||
# via -r requirements/tests.in
|
||||
identify==2.5.1
|
||||
identify==2.5.3
|
||||
# via pre-commit
|
||||
nodeenv==1.7.0
|
||||
# via pre-commit
|
||||
pep517==0.12.0
|
||||
pep517==0.13.0
|
||||
# via build
|
||||
pip-compile-multi==2.4.5
|
||||
pip-compile-multi==2.4.6
|
||||
# via -r requirements/dev.in
|
||||
pip-tools==6.8.0
|
||||
# via pip-compile-multi
|
||||
|
|
@ -41,9 +41,7 @@ pre-commit==2.20.0
|
|||
pyyaml==6.0
|
||||
# via pre-commit
|
||||
six==1.16.0
|
||||
# via
|
||||
# tox
|
||||
# virtualenv
|
||||
# via tox
|
||||
toml==0.10.2
|
||||
# via
|
||||
# pre-commit
|
||||
|
|
@ -52,7 +50,7 @@ toposort==1.7
|
|||
# via pip-compile-multi
|
||||
tox==3.25.1
|
||||
# via -r requirements/dev.in
|
||||
virtualenv==20.15.1
|
||||
virtualenv==20.16.2
|
||||
# via
|
||||
# pre-commit
|
||||
# tox
|
||||
|
|
|
|||
|
|
@ -68,5 +68,5 @@ sphinxcontrib-qthelp==1.0.3
|
|||
# via sphinx
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
# via sphinx
|
||||
urllib3==1.26.10
|
||||
urllib3==1.26.11
|
||||
# via requests
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@
|
|||
#
|
||||
asgiref==3.5.2
|
||||
# via -r requirements/tests.in
|
||||
attrs==21.4.0
|
||||
attrs==22.1.0
|
||||
# via pytest
|
||||
blinker==1.4
|
||||
blinker==1.5
|
||||
# via -r requirements/tests.in
|
||||
greenlet==1.1.2 ; python_version < "3.11"
|
||||
# via -r requirements/tests.in
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ cffi==1.15.1
|
|||
# via cryptography
|
||||
cryptography==37.0.4
|
||||
# via -r requirements/typing.in
|
||||
mypy==0.961
|
||||
mypy==0.971
|
||||
# via -r requirements/typing.in
|
||||
mypy-extensions==0.4.3
|
||||
# via mypy
|
||||
|
|
@ -21,7 +21,7 @@ types-contextvars==2.4.7
|
|||
# via -r requirements/typing.in
|
||||
types-dataclasses==0.6.6
|
||||
# via -r requirements/typing.in
|
||||
types-setuptools==62.6.1
|
||||
types-setuptools==63.2.3
|
||||
# via -r requirements/typing.in
|
||||
typing-extensions==4.3.0
|
||||
# via mypy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue