Update dependencies
This commit is contained in:
parent
631c8d43a3
commit
395f80ed77
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
build==0.5.0
|
||||
build==0.5.1
|
||||
check-manifest==0.46
|
||||
packaging==20.9
|
||||
pep517==0.10.0
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ chardet==4.0.0
|
|||
cryptography==3.4.7
|
||||
Deprecated==1.2.12
|
||||
github3.py==2.0.0
|
||||
hunter==3.3.5
|
||||
hunter==3.3.8
|
||||
idna==2.10
|
||||
jwcrypto==0.9.1
|
||||
manhole==1.8.0
|
||||
|
|
@ -22,5 +22,5 @@ sip==6.1.1
|
|||
six==1.16.0
|
||||
toml==0.10.2
|
||||
uritemplate==3.0.1
|
||||
# urllib3==1.26.5
|
||||
# urllib3==1.26.6
|
||||
wrapt==1.12.1
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==4.0.0
|
||||
diff-cover==5.2.0
|
||||
importlib-metadata==4.5.0
|
||||
importlib-resources==5.1.4
|
||||
diff-cover==5.4.0
|
||||
importlib-metadata==4.6.0
|
||||
importlib-resources==5.2.0
|
||||
inflect==5.3.0
|
||||
Jinja2==3.0.1
|
||||
jinja2-pluralize==0.3.0
|
||||
lxml==4.6.3
|
||||
MarkupSafe==2.0.1
|
||||
mypy==0.902
|
||||
mypy==0.910
|
||||
mypy-extensions==0.4.3
|
||||
pluggy==0.13.1
|
||||
Pygments==2.9.0
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
altgraph==0.17
|
||||
pyinstaller==4.3
|
||||
pyinstaller-hooks-contrib==2021.1
|
||||
pyinstaller-hooks-contrib==2021.2
|
||||
|
|
|
|||
|
|
@ -22,5 +22,5 @@ requests==2.25.1
|
|||
six==1.16.0
|
||||
typed-ast==1.4.3 ; python_version<"3.8"
|
||||
uritemplate==3.0.1
|
||||
# urllib3==1.26.5
|
||||
# urllib3==1.26.6
|
||||
wrapt==1.11.2
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
certifi==2021.5.30
|
||||
chardet==4.0.0
|
||||
docutils==0.17.1
|
||||
idna==2.10
|
||||
Pygments==2.9.0
|
||||
pyroma==3.1
|
||||
pyroma==3.2
|
||||
requests==2.25.1
|
||||
urllib3==1.26.6
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@ sphinxcontrib-htmlhelp==2.0.0
|
|||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
urllib3==1.26.5
|
||||
urllib3==1.26.6
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ execnet==1.9.0
|
|||
filelock==3.0.12
|
||||
Flask==2.0.1
|
||||
glob2==0.7
|
||||
hunter==3.3.5
|
||||
hunter==3.3.8
|
||||
hypothesis==6.14.0
|
||||
icdiff==1.9.1
|
||||
idna==2.10
|
||||
|
|
@ -54,6 +54,6 @@ sortedcontainers==2.4.0
|
|||
soupsieve==2.2.1
|
||||
tldextract==3.1.0
|
||||
toml==0.10.2
|
||||
urllib3==1.26.5
|
||||
urllib3==1.26.6
|
||||
vulture==2.3
|
||||
Werkzeug==2.0.1
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ appdirs==1.4.4
|
|||
distlib==0.3.2
|
||||
filelock==3.0.12
|
||||
packaging==20.9
|
||||
pip==21.1.2
|
||||
pip==21.1.3
|
||||
pluggy==0.13.1
|
||||
py==1.10.0
|
||||
pyparsing==2.4.7
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
adblock==0.4.4
|
||||
adblock==0.5.0
|
||||
colorama==0.4.4
|
||||
dataclasses==0.6 ; python_version<"3.7"
|
||||
importlib-metadata==4.5.0 ; python_version<"3.8"
|
||||
importlib-resources==5.1.4 ; python_version<"3.9"
|
||||
importlib-metadata==4.6.0 ; python_version<"3.8"
|
||||
importlib-resources==5.2.0 ; python_version<"3.9"
|
||||
Jinja2==3.0.1
|
||||
MarkupSafe==2.0.1
|
||||
Pygments==2.9.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue