Update dependencies
This commit is contained in:
parent
7cd6c17318
commit
e015483639
|
|
@ -4,7 +4,7 @@ attrs==21.2.0
|
|||
flake8==3.9.2
|
||||
flake8-bugbear==21.4.3
|
||||
flake8-builtins==1.5.3
|
||||
flake8-comprehensions==3.6.0
|
||||
flake8-comprehensions==3.6.1
|
||||
flake8-copyright==0.2.2
|
||||
flake8-debugger==4.0.0
|
||||
flake8-deprecated==1.3
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==4.0.0
|
||||
diff-cover==6.3.1
|
||||
diff-cover==6.3.3
|
||||
importlib-metadata==4.6.4
|
||||
importlib-resources==5.2.2
|
||||
inflect==5.3.0
|
||||
|
|
|
|||
|
|
@ -13,14 +13,14 @@ filelock==3.0.12
|
|||
Flask==2.0.1
|
||||
glob2==0.7
|
||||
hunter==3.3.8
|
||||
hypothesis==6.14.7
|
||||
hypothesis==6.15.0
|
||||
icdiff==2.0.4
|
||||
idna==3.2
|
||||
iniconfig==1.1.1
|
||||
itsdangerous==2.0.1
|
||||
jaraco.functools==3.3.0
|
||||
# Jinja2==3.0.1
|
||||
Mako==1.1.4
|
||||
Mako==1.1.5
|
||||
manhole==1.8.0
|
||||
# MarkupSafe==2.0.1
|
||||
more-itertools==8.8.0
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@ pyparsing==2.4.7
|
|||
setuptools==57.4.0
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.24.1
|
||||
tox==3.24.3
|
||||
virtualenv==20.7.2
|
||||
wheel==0.37.0
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
pathspec==0.9.0
|
||||
PyYAML==5.4.1
|
||||
yamllint==1.26.2
|
||||
yamllint==1.26.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue