Update dependencies
This commit is contained in:
parent
f54d4d20f8
commit
c6ab8141e9
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
check-manifest==0.42
|
||||
check-manifest==0.43
|
||||
pep517==0.8.2
|
||||
toml==0.10.1
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
bump2version==1.0.0
|
||||
certifi==2020.6.20
|
||||
cffi==1.14.2
|
||||
cffi==1.14.3
|
||||
chardet==3.0.4
|
||||
colorama==0.4.3
|
||||
cryptography==3.1
|
||||
cryptography==3.1.1
|
||||
cssutils==1.0.2
|
||||
github3.py==1.3.0
|
||||
hunter==3.2.2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
diff-cover==4.0.0
|
||||
diff-cover==4.0.1
|
||||
inflect==4.1.0
|
||||
Jinja2==2.11.2
|
||||
jinja2-pluralize==0.3.0
|
||||
|
|
@ -10,6 +10,6 @@ mypy==0.782
|
|||
mypy-extensions==0.4.3
|
||||
pluggy==0.13.1
|
||||
Pygments==2.7.1
|
||||
-e git+https://github.com/stlehmann/PyQt5-stubs.git@a878cb8a4b5a2377d519434da7cb9df180cbc4b4#egg=PyQt5_stubs
|
||||
-e git+https://github.com/stlehmann/PyQt5-stubs.git@e7452de9f8d50f96022c54ab46e3bac470e43452#egg=PyQt5_stubs
|
||||
typed-ast==1.4.1
|
||||
typing-extensions==3.7.4.3
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
astroid==2.3.3 # rq.filter: < 2.4
|
||||
certifi==2020.6.20
|
||||
cffi==1.14.2
|
||||
cffi==1.14.3
|
||||
chardet==3.0.4
|
||||
cryptography==3.1
|
||||
cryptography==3.1.1
|
||||
github3.py==1.3.0
|
||||
idna==2.10
|
||||
isort==4.3.21
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
apipkg==1.5
|
||||
attrs==20.2.0
|
||||
beautifulsoup4==4.9.1
|
||||
beautifulsoup4==4.9.2
|
||||
certifi==2020.6.20
|
||||
chardet==3.0.4
|
||||
cheroot==8.4.5
|
||||
|
|
@ -14,7 +14,7 @@ execnet==1.7.1
|
|||
Flask==1.1.2
|
||||
glob2==0.7
|
||||
hunter==3.2.2
|
||||
hypothesis==5.35.3 ; python_version>="3.6"
|
||||
hypothesis==5.36.1 ; python_version>="3.6"
|
||||
idna==2.10
|
||||
iniconfig==1.0.1
|
||||
itsdangerous==1.1.0
|
||||
|
|
@ -32,7 +32,7 @@ py==1.9.0
|
|||
py-cpuinfo==7.0.0
|
||||
Pygments==2.7.1
|
||||
pyparsing==2.4.7
|
||||
pytest==6.0.2
|
||||
pytest==6.1.0
|
||||
pytest-bdd==4.0.1
|
||||
pytest-benchmark==3.2.3
|
||||
pytest-cov==2.10.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue