Update dependencies
This commit is contained in:
parent
3e4d021070
commit
734ff1c176
|
|
@ -11,7 +11,7 @@ docutils==0.19
|
|||
github3.py==3.2.0
|
||||
hunter==3.5.1
|
||||
idna==3.4
|
||||
importlib-metadata==6.1.0
|
||||
importlib-metadata==6.3.0
|
||||
importlib-resources==5.12.0
|
||||
jaraco.classes==3.2.3
|
||||
jeepney==0.8.0
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
chardet==5.1.0
|
||||
diff-cover==7.5.0
|
||||
importlib-metadata==6.1.0
|
||||
importlib-metadata==6.3.0
|
||||
importlib-resources==5.12.0
|
||||
Jinja2==3.1.2
|
||||
lxml==4.9.2
|
||||
MarkupSafe==2.1.2
|
||||
mypy==1.1.1
|
||||
mypy==1.2.0
|
||||
mypy-extensions==1.0.0
|
||||
pluggy==1.0.0
|
||||
Pygments==2.14.0
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
altgraph==0.17.3
|
||||
pyinstaller==5.9.0
|
||||
pyinstaller-hooks-contrib==2023.1
|
||||
pyinstaller-hooks-contrib==2023.2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
astroid==2.15.1
|
||||
astroid==2.15.2
|
||||
certifi==2022.12.7
|
||||
cffi==1.15.1
|
||||
charset-normalizer==3.1.0
|
||||
|
|
@ -15,7 +15,7 @@ pefile==2023.2.7
|
|||
platformdirs==3.2.0
|
||||
pycparser==2.21
|
||||
PyJWT==2.6.0
|
||||
pylint==2.17.1
|
||||
pylint==2.17.2
|
||||
python-dateutil==2.8.2
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.28.2
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ charset-normalizer==3.1.0
|
|||
docutils==0.19
|
||||
idna==3.4
|
||||
imagesize==1.4.1
|
||||
importlib-metadata==6.1.0
|
||||
importlib-metadata==6.3.0
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.2
|
||||
packaging==23.0
|
||||
|
|
|
|||
|
|
@ -1,20 +1,20 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
attrs==22.2.0
|
||||
beautifulsoup4==4.12.0
|
||||
beautifulsoup4==4.12.2
|
||||
certifi==2022.12.7
|
||||
charset-normalizer==3.1.0
|
||||
cheroot==9.0.0
|
||||
click==8.1.3
|
||||
coverage==7.2.2
|
||||
coverage==7.2.3
|
||||
exceptiongroup==1.1.1
|
||||
execnet==1.9.0
|
||||
filelock==3.10.7
|
||||
filelock==3.11.0
|
||||
Flask==2.2.3
|
||||
hunter==3.5.1
|
||||
hypothesis==6.70.2
|
||||
hypothesis==6.71.0
|
||||
idna==3.4
|
||||
importlib-metadata==6.1.0
|
||||
importlib-metadata==6.3.0
|
||||
iniconfig==2.0.0
|
||||
itsdangerous==2.1.2
|
||||
jaraco.functools==3.6.0
|
||||
|
|
@ -29,7 +29,7 @@ parse-type==0.6.0
|
|||
pluggy==1.0.0
|
||||
py-cpuinfo==9.0.0
|
||||
Pygments==2.14.0
|
||||
pytest==7.2.2
|
||||
pytest==7.3.0
|
||||
pytest-bdd==6.1.1
|
||||
pytest-benchmark==4.0.0
|
||||
pytest-cov==4.0.0
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ cachetools==5.3.0
|
|||
chardet==5.1.0
|
||||
colorama==0.4.6
|
||||
distlib==0.3.6
|
||||
filelock==3.10.7
|
||||
filelock==3.11.0
|
||||
packaging==23.0
|
||||
pip==23.0.1
|
||||
platformdirs==3.2.0
|
||||
|
|
@ -12,6 +12,6 @@ pluggy==1.0.0
|
|||
pyproject_api==1.5.1
|
||||
setuptools==67.6.1
|
||||
tomli==2.0.1
|
||||
tox==4.4.8
|
||||
tox==4.4.11
|
||||
virtualenv==20.21.0
|
||||
wheel==0.40.0
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
adblock==0.6.0
|
||||
colorama==0.4.6
|
||||
importlib-metadata==6.1.0 ; python_version=="3.7.*"
|
||||
importlib-metadata==6.3.0 ; python_version=="3.7.*"
|
||||
importlib-resources==5.12.0 ; python_version=="3.7.*" or python_version=="3.8.*"
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue