Update dependencies
This commit is contained in:
parent
70d83cb627
commit
fe22b2b0b0
|
|
@ -35,7 +35,7 @@ sip==6.5.1
|
|||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
tqdm==4.63.0
|
||||
tqdm==4.63.1
|
||||
twine==3.8.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.9
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
attrs==21.4.0
|
||||
flake8==4.0.1
|
||||
flake8-bugbear==22.3.20
|
||||
flake8-bugbear==22.3.23
|
||||
flake8-builtins==1.5.3
|
||||
flake8-comprehensions==3.8.0
|
||||
flake8-copyright==0.2.2
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==4.0.0
|
||||
diff-cover==6.4.4
|
||||
diff-cover==6.4.5
|
||||
importlib-metadata==4.11.3
|
||||
importlib-resources==5.4.0
|
||||
Jinja2==3.0.3
|
||||
importlib-resources==5.6.0
|
||||
Jinja2==3.1.1
|
||||
lxml==4.8.0
|
||||
MarkupSafe==2.1.1
|
||||
mypy==0.941
|
||||
mypy==0.942
|
||||
mypy-extensions==0.4.3
|
||||
pluggy==1.0.0
|
||||
Pygments==2.11.2
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
altgraph==0.17.2
|
||||
pyinstaller==4.10
|
||||
pyinstaller-hooks-contrib==2022.2
|
||||
pyinstaller-hooks-contrib==2022.3
|
||||
|
|
|
|||
|
|
@ -1,29 +1,30 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
astroid==2.9.3
|
||||
astroid==2.11.2
|
||||
certifi==2021.10.8
|
||||
cffi==1.15.0
|
||||
charset-normalizer==2.0.12
|
||||
cryptography==36.0.2
|
||||
dill==0.3.4
|
||||
future==0.18.2
|
||||
github3.py==3.2.0
|
||||
idna==3.3
|
||||
isort==5.10.1
|
||||
lazy-object-proxy==1.7.1
|
||||
mccabe==0.6.1
|
||||
mccabe==0.7.0
|
||||
pefile==2021.9.3
|
||||
platformdirs==2.5.1 ; python_version>="3.7"
|
||||
pycparser==2.21
|
||||
PyJWT==2.3.0
|
||||
pylint==2.12.2
|
||||
pylint==2.13.2
|
||||
python-dateutil==2.8.2
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.27.1
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
typed-ast==1.5.2 ; python_version<"3.8"
|
||||
typing_extensions==4.1.1
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.9
|
||||
wrapt==1.13.3
|
||||
wrapt==1.14.0
|
||||
platformdirs==2.4.0 ; python_version=="3.6.*"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ charset-normalizer==2.0.12
|
|||
docutils==0.18.1
|
||||
idna==3.3
|
||||
Pygments==2.11.2
|
||||
pyroma==3.2
|
||||
pyroma==3.2.1
|
||||
requests==2.27.1
|
||||
urllib3==1.26.9
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ docutils==0.17.1
|
|||
idna==3.3
|
||||
imagesize==1.3.0
|
||||
importlib-metadata==4.11.3
|
||||
Jinja2==3.0.3
|
||||
Jinja2==3.1.1
|
||||
MarkupSafe==2.1.1
|
||||
packaging==21.3
|
||||
Pygments==2.11.2
|
||||
|
|
@ -16,7 +16,7 @@ pyparsing==3.0.7
|
|||
pytz==2022.1
|
||||
requests==2.27.1
|
||||
snowballstemmer==2.2.0
|
||||
Sphinx==4.4.0
|
||||
Sphinx==4.5.0
|
||||
sphinxcontrib-applehelp==1.0.2
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-htmlhelp==2.0.0
|
||||
|
|
|
|||
|
|
@ -12,13 +12,13 @@ filelock==3.6.0 ; python_version>="3.7"
|
|||
Flask==2.0.3
|
||||
glob2==0.7
|
||||
hunter==3.4.3
|
||||
hypothesis==6.39.4 ; python_version>="3.7"
|
||||
hypothesis==6.39.6 ; python_version>="3.7"
|
||||
icdiff==2.0.4
|
||||
idna==3.3
|
||||
iniconfig==1.1.1
|
||||
itsdangerous==2.1.1 ; python_version>="3.7"
|
||||
itsdangerous==2.1.2 ; python_version>="3.7"
|
||||
jaraco.functools==3.5.0 ; python_version>="3.7"
|
||||
# Jinja2==3.0.3
|
||||
# Jinja2==3.1.1
|
||||
Mako==1.2.0 ; python_version>="3.7"
|
||||
manhole==1.8.0
|
||||
# MarkupSafe==2.1.1
|
||||
|
|
|
|||
|
|
@ -8,11 +8,11 @@ platformdirs==2.5.1 ; python_version>="3.7"
|
|||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pyparsing==3.0.7
|
||||
setuptools==60.10.0 ; python_version>="3.7"
|
||||
setuptools==61.2.0 ; python_version>="3.7"
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.24.5
|
||||
virtualenv==20.13.4
|
||||
virtualenv==20.14.0
|
||||
wheel==0.37.1
|
||||
setuptools<60 ; python_version=="3.6.*"
|
||||
filelock==3.4.1 ; python_version=="3.6.*"
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ adblock==0.5.2
|
|||
colorama==0.4.4
|
||||
dataclasses==0.6 ; python_version<"3.7"
|
||||
importlib-metadata==4.11.3 ; python_version=="3.7.*"
|
||||
importlib-resources==5.4.0 ; python_version<"3.9"
|
||||
Jinja2==3.0.3
|
||||
importlib-resources==5.6.0 ; python_version<"3.9"
|
||||
Jinja2==3.1.1
|
||||
MarkupSafe==2.1.1 ; python_version>="3.7"
|
||||
Pygments==2.11.2
|
||||
PyYAML==6.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue