Update dependencies
This commit is contained in:
parent
a0656b78da
commit
db30ad85c6
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
bump2version==1.0.1
|
||||
certifi==2020.6.20
|
||||
certifi==2020.11.8
|
||||
cffi==1.14.3
|
||||
chardet==3.0.4
|
||||
colorama==0.4.4
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
attrs==20.2.0
|
||||
attrs==20.3.0
|
||||
flake8==3.8.4
|
||||
flake8-bugbear==20.1.4
|
||||
flake8-builtins==1.5.3
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ mypy==0.790
|
|||
mypy-extensions==0.4.3
|
||||
pluggy==0.13.1
|
||||
Pygments==2.7.2
|
||||
-e git+https://github.com/stlehmann/PyQt5-stubs.git@811462b34ee151b898289ae8f1de8af30c690c55#egg=PyQt5_stubs
|
||||
-e git+https://github.com/stlehmann/PyQt5-stubs.git@704207e90bee7b36ec9861dfa6b39f06a27c6718#egg=PyQt5_stubs
|
||||
typed-ast==1.4.1
|
||||
typing-extensions==3.7.4.3
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
astroid==2.3.3 # rq.filter: < 2.4
|
||||
certifi==2020.6.20
|
||||
certifi==2020.11.8
|
||||
cffi==1.14.3
|
||||
chardet==3.0.4
|
||||
cryptography==3.2.1
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
alabaster==0.7.12
|
||||
Babel==2.8.0
|
||||
certifi==2020.6.20
|
||||
certifi==2020.11.8
|
||||
chardet==3.0.4
|
||||
docutils==0.16
|
||||
idna==2.10
|
||||
|
|
@ -12,11 +12,11 @@ MarkupSafe==1.1.1
|
|||
packaging==20.4
|
||||
Pygments==2.7.2
|
||||
pyparsing==2.4.7
|
||||
pytz==2020.1
|
||||
pytz==2020.4
|
||||
requests==2.24.0
|
||||
six==1.15.0
|
||||
snowballstemmer==2.0.0
|
||||
Sphinx==3.2.1
|
||||
Sphinx==3.3.0
|
||||
sphinxcontrib-applehelp==1.0.2
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-htmlhelp==1.0.3
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
apipkg==1.5
|
||||
attrs==20.2.0
|
||||
attrs==20.3.0
|
||||
beautifulsoup4==4.9.3
|
||||
certifi==2020.6.20
|
||||
certifi==2020.11.8
|
||||
chardet==3.0.4
|
||||
cheroot==8.4.5
|
||||
click==7.1.2
|
||||
|
|
@ -15,7 +15,7 @@ filelock==3.0.12
|
|||
Flask==1.1.2
|
||||
glob2==0.7
|
||||
hunter==3.3.1
|
||||
hypothesis==5.41.0
|
||||
hypothesis==5.41.2
|
||||
icdiff==1.9.1
|
||||
idna==2.10
|
||||
iniconfig==1.1.1
|
||||
|
|
@ -53,7 +53,7 @@ PyVirtualDisplay==1.3.2
|
|||
requests==2.24.0
|
||||
requests-file==1.5.1
|
||||
six==1.15.0
|
||||
sortedcontainers==2.2.2
|
||||
sortedcontainers==2.3.0
|
||||
soupsieve==2.0.1
|
||||
termcolor==1.1.0
|
||||
tldextract==3.0.2
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
pathspec==0.8.0
|
||||
pathspec==0.8.1
|
||||
PyYAML==5.3.1
|
||||
yamllint==1.25.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
attrs==20.2.0
|
||||
attrs==20.3.0
|
||||
colorama==0.4.4
|
||||
cssutils==1.0.2
|
||||
Jinja2==2.11.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue