Update dependencies
This commit is contained in:
parent
2b28ab015d
commit
7c98cc981d
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
build==0.6.0.post1
|
||||
build==0.7.0
|
||||
check-manifest==0.46
|
||||
packaging==21.0
|
||||
pep517==0.11.0
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
bump2version==1.0.1
|
||||
certifi==2021.5.30
|
||||
cffi==1.14.6
|
||||
charset-normalizer==2.0.4
|
||||
charset-normalizer==2.0.6
|
||||
cryptography==3.4.8
|
||||
Deprecated==1.2.13
|
||||
github3.py==2.0.0
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==4.0.0
|
||||
diff-cover==6.3.5
|
||||
diff-cover==6.4.0
|
||||
importlib-metadata==4.8.1
|
||||
importlib-resources==5.2.2
|
||||
inflect==5.3.0
|
||||
|
|
@ -11,7 +11,7 @@ lxml==4.6.3
|
|||
MarkupSafe==2.0.1
|
||||
mypy==0.910
|
||||
mypy-extensions==0.4.3
|
||||
pluggy==0.13.1
|
||||
pluggy==1.0.0
|
||||
Pygments==2.10.0
|
||||
PyQt5-stubs==5.15.2.0
|
||||
toml==0.10.2
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
astroid==2.3.3 # rq.filter: < 2.4
|
||||
certifi==2021.5.30
|
||||
cffi==1.14.6
|
||||
charset-normalizer==2.0.4
|
||||
charset-normalizer==2.0.6
|
||||
cryptography==3.4.8
|
||||
Deprecated==1.2.13
|
||||
future==0.18.2
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
certifi==2021.5.30
|
||||
charset-normalizer==2.0.4
|
||||
charset-normalizer==2.0.6
|
||||
docutils==0.17.1
|
||||
idna==3.2
|
||||
Pygments==2.10.0
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
alabaster==0.7.12
|
||||
Babel==2.9.1
|
||||
certifi==2021.5.30
|
||||
charset-normalizer==2.0.4
|
||||
charset-normalizer==2.0.6
|
||||
docutils==0.17.1
|
||||
idna==3.2
|
||||
imagesize==1.2.0
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
attrs==21.2.0
|
||||
beautifulsoup4==4.10.0
|
||||
certifi==2021.5.30
|
||||
charset-normalizer==2.0.4
|
||||
charset-normalizer==2.0.6
|
||||
cheroot==8.5.2
|
||||
click==8.0.1
|
||||
coverage==5.5
|
||||
|
|
@ -13,7 +13,7 @@ filelock==3.0.12
|
|||
Flask==2.0.1
|
||||
glob2==0.7
|
||||
hunter==3.3.8
|
||||
hypothesis==6.21.0
|
||||
hypothesis==6.21.6
|
||||
icdiff==2.0.4
|
||||
idna==3.2
|
||||
iniconfig==1.1.1
|
||||
|
|
@ -23,11 +23,11 @@ jaraco.functools==3.3.0
|
|||
Mako==1.1.5
|
||||
manhole==1.8.0
|
||||
# MarkupSafe==2.0.1
|
||||
more-itertools==8.9.0
|
||||
more-itertools==8.10.0
|
||||
packaging==21.0
|
||||
parse==1.19.0
|
||||
parse-type==0.5.2
|
||||
pluggy==0.13.1
|
||||
pluggy==1.0.0
|
||||
pprintpp==0.4.0
|
||||
py==1.10.0
|
||||
py-cpuinfo==8.0.0
|
||||
|
|
@ -43,7 +43,7 @@ pytest-instafail==0.4.2
|
|||
pytest-mock==3.6.1
|
||||
pytest-qt==4.0.2
|
||||
pytest-repeat==0.9.1
|
||||
pytest-rerunfailures==10.1
|
||||
pytest-rerunfailures==10.2
|
||||
pytest-xdist==2.3.0
|
||||
pytest-xvfb==2.0.0
|
||||
PyVirtualDisplay==2.2
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@ pyparsing==2.4.7
|
|||
setuptools==58.0.4
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.24.3
|
||||
virtualenv==20.7.2
|
||||
tox==3.24.4
|
||||
virtualenv==20.8.0
|
||||
wheel==0.37.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue