Update dependencies
This commit is contained in:
parent
5212a09984
commit
fc894c798a
|
|
@ -13,7 +13,7 @@ docutils==0.18.1
|
|||
github3.py==3.0.0
|
||||
hunter==3.4.3
|
||||
idna==3.3
|
||||
importlib-metadata==4.10.0
|
||||
importlib-metadata==4.10.1
|
||||
jeepney==0.7.1
|
||||
jwcrypto==1.0
|
||||
keyring==23.5.0
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
attrs==21.4.0
|
||||
flake8==4.0.1
|
||||
flake8-bugbear==21.11.29
|
||||
flake8-bugbear==22.1.11
|
||||
flake8-builtins==1.5.3
|
||||
flake8-comprehensions==3.7.0
|
||||
flake8-comprehensions==3.8.0
|
||||
flake8-copyright==0.2.2
|
||||
flake8-debugger==4.0.0
|
||||
flake8-deprecated==1.3
|
||||
|
|
@ -15,7 +15,7 @@ flake8-plugin-utils==1.3.2
|
|||
flake8-polyfill==1.0.2
|
||||
flake8-pytest-style==1.6.0
|
||||
flake8-string-format==0.3.0
|
||||
flake8-tidy-imports==4.5.0
|
||||
flake8-tidy-imports==4.6.0
|
||||
flake8-tuple==0.4.1
|
||||
mccabe==0.6.1
|
||||
pep8-naming==0.12.1
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
chardet==4.0.0
|
||||
diff-cover==6.4.4
|
||||
importlib-metadata==4.10.0
|
||||
importlib-metadata==4.10.1
|
||||
importlib-resources==5.4.0
|
||||
Jinja2==3.0.3
|
||||
lxml==4.7.1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.17.2
|
||||
pyinstaller==4.7
|
||||
pyinstaller==4.8
|
||||
pyinstaller-hooks-contrib==2021.5
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ charset-normalizer==2.0.10
|
|||
docutils==0.17.1
|
||||
idna==3.3
|
||||
imagesize==1.3.0
|
||||
importlib-metadata==4.10.1
|
||||
Jinja2==3.0.3
|
||||
MarkupSafe==2.0.1
|
||||
packaging==21.3
|
||||
|
|
@ -15,7 +16,7 @@ pyparsing==3.0.6
|
|||
pytz==2021.3
|
||||
requests==2.27.1
|
||||
snowballstemmer==2.2.0
|
||||
Sphinx==4.3.2
|
||||
Sphinx==4.4.0
|
||||
sphinxcontrib-applehelp==1.0.2
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-htmlhelp==2.0.0
|
||||
|
|
@ -23,3 +24,4 @@ sphinxcontrib-jsmath==1.0.1
|
|||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
urllib3==1.26.8
|
||||
zipp==3.7.0
|
||||
|
|
|
|||
|
|
@ -7,13 +7,13 @@ charset-normalizer==2.0.10
|
|||
cheroot==8.6.0
|
||||
click==8.0.3
|
||||
coverage==6.2
|
||||
EasyProcess==0.3
|
||||
EasyProcess==1.1
|
||||
execnet==1.9.0
|
||||
filelock==3.4.2 ; python_version>="3.7"
|
||||
Flask==2.0.2
|
||||
glob2==0.7
|
||||
hunter==3.4.3
|
||||
hypothesis==6.35.0 ; python_version>="3.7"
|
||||
hypothesis==6.35.1 ; python_version>="3.7"
|
||||
icdiff==2.0.4
|
||||
idna==3.3
|
||||
iniconfig==1.1.1
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
adblock==0.5.1
|
||||
colorama==0.4.4
|
||||
dataclasses==0.6 ; python_version<"3.7"
|
||||
importlib-metadata==4.10.0 ; python_version=="3.7.*"
|
||||
importlib-metadata==4.10.1 ; python_version=="3.7.*"
|
||||
importlib-resources==5.4.0 ; python_version<"3.9"
|
||||
Jinja2==3.0.3
|
||||
MarkupSafe==2.0.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue