Update dependencies
This commit is contained in:
parent
820d81374b
commit
1838f87f75
|
|
@ -14,7 +14,7 @@ hunter==3.4.3
|
|||
idna==3.3
|
||||
importlib-metadata==4.12.0
|
||||
jeepney==0.8.0
|
||||
keyring==23.6.0
|
||||
keyring==23.7.0
|
||||
manhole==1.8.0
|
||||
packaging==21.3
|
||||
pep517==0.12.0
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ flake8-string-format==0.3.0
|
|||
flake8-tidy-imports==4.8.0
|
||||
flake8-tuple==0.4.1
|
||||
mccabe==0.6.1
|
||||
pep8-naming==0.13.0
|
||||
pep8-naming==0.13.1
|
||||
pycodestyle==2.8.0
|
||||
pydocstyle==6.1.1
|
||||
pyflakes==2.4.0
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@ pluggy==1.0.0
|
|||
Pygments==2.12.0
|
||||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.0.1
|
||||
types-PyYAML==6.0.9
|
||||
types-PyYAML==6.0.10
|
||||
typing_extensions==4.3.0
|
||||
zipp==3.8.1
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ pefile==2022.5.30
|
|||
platformdirs==2.5.2
|
||||
pycparser==2.21
|
||||
PyJWT==2.4.0
|
||||
pylint==2.14.4
|
||||
pylint==2.14.5
|
||||
python-dateutil==2.8.2
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.28.1
|
||||
|
|
|
|||
|
|
@ -10,15 +10,15 @@ coverage==6.4.2
|
|||
exceptiongroup==1.0.0rc8
|
||||
execnet==1.9.0
|
||||
filelock==3.7.1
|
||||
Flask==2.1.2
|
||||
Flask==2.1.3
|
||||
glob2==0.7
|
||||
hunter==3.4.3
|
||||
hypothesis==6.50.1
|
||||
hypothesis==6.52.1
|
||||
idna==3.3
|
||||
importlib-metadata==4.12.0
|
||||
iniconfig==1.1.1
|
||||
itsdangerous==2.1.2
|
||||
jaraco.functools==3.5.0
|
||||
jaraco.functools==3.5.1
|
||||
# Jinja2==3.1.2
|
||||
Mako==1.2.1
|
||||
manhole==1.8.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
distlib==0.3.4
|
||||
distlib==0.3.5
|
||||
filelock==3.7.1
|
||||
packaging==21.3
|
||||
pip==22.1.2
|
||||
|
|
@ -8,7 +8,7 @@ platformdirs==2.5.2
|
|||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pyparsing==3.0.9
|
||||
setuptools==63.1.0
|
||||
setuptools==63.2.0
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.25.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
adblock==0.5.2
|
||||
adblock==0.6.0
|
||||
colorama==0.4.5
|
||||
importlib-metadata==4.12.0 ; python_version=="3.7.*"
|
||||
importlib-resources==5.8.0 ; python_version=="3.7.*" or python_version=="3.8.*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue