Update dependencies
This commit is contained in:
parent
c69cb057bc
commit
67b9b6f8a5
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
chardet==4.0.0
|
||||
diff-cover==6.4.2
|
||||
importlib-metadata==4.8.1
|
||||
importlib-metadata==4.8.2
|
||||
importlib-resources==5.4.0
|
||||
inflect==5.3.0
|
||||
Jinja2==3.0.2
|
||||
Jinja2==3.0.3
|
||||
jinja2-pluralize==0.3.0
|
||||
lxml==4.6.4
|
||||
MarkupSafe==2.0.1
|
||||
|
|
@ -16,6 +16,6 @@ Pygments==2.10.0
|
|||
PyQt5-stubs==5.15.2.0
|
||||
toml==0.10.2
|
||||
types-dataclasses==0.6.1
|
||||
types-PyYAML==6.0.0
|
||||
typing-extensions==3.10.0.2
|
||||
types-PyYAML==6.0.1
|
||||
typing_extensions==4.0.0
|
||||
zipp==3.6.0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.17.2
|
||||
pyinstaller==4.6
|
||||
pyinstaller==4.7
|
||||
pyinstaller-hooks-contrib==2021.3
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ certifi==2021.10.8
|
|||
charset-normalizer==2.0.7
|
||||
docutils==0.17.1
|
||||
idna==3.3
|
||||
imagesize==1.2.0
|
||||
Jinja2==3.0.2
|
||||
imagesize==1.3.0
|
||||
Jinja2==3.0.3
|
||||
MarkupSafe==2.0.1
|
||||
packaging==21.2
|
||||
Pygments==2.10.0
|
||||
|
|
@ -15,7 +15,7 @@ pyparsing==2.4.7
|
|||
pytz==2021.3
|
||||
requests==2.26.0
|
||||
snowballstemmer==2.1.0
|
||||
Sphinx==4.2.0
|
||||
Sphinx==4.3.0
|
||||
sphinxcontrib-applehelp==1.0.2
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-htmlhelp==2.0.0
|
||||
|
|
|
|||
|
|
@ -6,24 +6,24 @@ certifi==2021.10.8
|
|||
charset-normalizer==2.0.7
|
||||
cheroot==8.5.2
|
||||
click==8.0.3
|
||||
coverage==6.1.1
|
||||
coverage==6.1.2
|
||||
EasyProcess==0.3
|
||||
execnet==1.9.0
|
||||
filelock==3.3.2
|
||||
Flask==2.0.2
|
||||
glob2==0.7
|
||||
hunter==3.3.8
|
||||
hypothesis==6.24.2
|
||||
hypothesis==6.24.3
|
||||
icdiff==2.0.4
|
||||
idna==3.3
|
||||
iniconfig==1.1.1
|
||||
itsdangerous==2.0.1
|
||||
jaraco.functools==3.4.0
|
||||
# Jinja2==3.0.2
|
||||
# Jinja2==3.0.3
|
||||
Mako==1.1.5
|
||||
manhole==1.8.0
|
||||
# MarkupSafe==2.0.1
|
||||
more-itertools==8.10.0
|
||||
more-itertools==8.11.0
|
||||
packaging==21.2
|
||||
parse==1.19.0
|
||||
parse-type==0.5.2
|
||||
|
|
@ -51,7 +51,7 @@ requests==2.26.0
|
|||
requests-file==1.5.1
|
||||
six==1.16.0
|
||||
sortedcontainers==2.4.0
|
||||
soupsieve==2.3
|
||||
soupsieve==2.3.1
|
||||
tldextract==3.1.2
|
||||
toml==0.10.2
|
||||
tomli==1.2.2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
backports.entry-points-selectable==1.1.0
|
||||
backports.entry-points-selectable==1.1.1
|
||||
distlib==0.3.3
|
||||
filelock==3.3.2
|
||||
packaging==21.2
|
||||
|
|
@ -9,7 +9,7 @@ platformdirs==2.4.0
|
|||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pyparsing==2.4.7
|
||||
setuptools==58.5.3
|
||||
setuptools==59.1.0
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.24.4
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
adblock==0.5.0
|
||||
colorama==0.4.4
|
||||
dataclasses==0.6 ; python_version<"3.7"
|
||||
importlib-metadata==4.8.1 ; python_version<"3.8"
|
||||
importlib-metadata==4.8.2 ; python_version<"3.8"
|
||||
importlib-resources==5.4.0 ; python_version<"3.9"
|
||||
Jinja2==3.0.2
|
||||
Jinja2==3.0.3
|
||||
MarkupSafe==2.0.1
|
||||
Pygments==2.10.0
|
||||
PyYAML==6.0
|
||||
typing-extensions==3.10.0.2
|
||||
typing_extensions==4.0.0 ; python_version<"3.8"
|
||||
zipp==3.6.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue