Update dependencies
This commit is contained in:
parent
283bbcfba2
commit
eb132a5830
|
|
@ -1,9 +1,8 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
build==0.7.0
|
||||
check-manifest==0.47
|
||||
check-manifest==0.48
|
||||
packaging==21.3
|
||||
pep517==0.12.0
|
||||
pyparsing==3.0.7
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ docutils==0.18.1
|
|||
github3.py==3.2.0
|
||||
hunter==3.4.3
|
||||
idna==3.3
|
||||
importlib-metadata==4.11.2
|
||||
importlib-metadata==4.11.3
|
||||
jeepney==0.7.1
|
||||
keyring==23.5.0
|
||||
manhole==1.8.0
|
||||
|
|
@ -26,7 +26,7 @@ Pympler==1.0.1
|
|||
pyparsing==3.0.7
|
||||
PyQt-builder==1.12.2
|
||||
python-dateutil==2.8.2
|
||||
readme-renderer==33.0
|
||||
readme-renderer==34.0
|
||||
requests==2.27.1
|
||||
requests-toolbelt==0.9.1
|
||||
rfc3986==2.0.0
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
chardet==4.0.0
|
||||
diff-cover==6.4.4
|
||||
importlib-metadata==4.11.2
|
||||
importlib-metadata==4.11.3
|
||||
importlib-resources==5.4.0
|
||||
Jinja2==3.0.3
|
||||
lxml==4.8.0
|
||||
MarkupSafe==2.1.0
|
||||
mypy==0.931
|
||||
mypy==0.940
|
||||
mypy-extensions==0.4.3
|
||||
pluggy==1.0.0
|
||||
Pygments==2.11.2
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ charset-normalizer==2.0.12
|
|||
docutils==0.17.1
|
||||
idna==3.3
|
||||
imagesize==1.3.0
|
||||
importlib-metadata==4.11.2
|
||||
importlib-metadata==4.11.3
|
||||
Jinja2==3.0.3
|
||||
MarkupSafe==2.1.0
|
||||
packaging==21.3
|
||||
|
|
|
|||
|
|
@ -12,14 +12,14 @@ filelock==3.6.0 ; python_version>="3.7"
|
|||
Flask==2.0.3
|
||||
glob2==0.7
|
||||
hunter==3.4.3
|
||||
hypothesis==6.39.1 ; python_version>="3.7"
|
||||
hypothesis==6.39.3 ; python_version>="3.7"
|
||||
icdiff==2.0.4
|
||||
idna==3.3
|
||||
iniconfig==1.1.1
|
||||
itsdangerous==2.1.0 ; python_version>="3.7"
|
||||
itsdangerous==2.1.1 ; python_version>="3.7"
|
||||
jaraco.functools==3.5.0 ; python_version>="3.7"
|
||||
# Jinja2==3.0.3
|
||||
Mako==1.1.6
|
||||
Mako==1.2.0
|
||||
manhole==1.8.0
|
||||
# MarkupSafe==2.1.0
|
||||
more-itertools==8.12.0
|
||||
|
|
@ -32,7 +32,7 @@ py==1.11.0
|
|||
py-cpuinfo==8.0.0
|
||||
Pygments==2.11.2
|
||||
pyparsing==3.0.7
|
||||
pytest==7.0.1
|
||||
pytest==7.1.0
|
||||
pytest-bdd==4.1.0
|
||||
pytest-benchmark==3.4.1
|
||||
pytest-cov==3.0.0
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
distlib==0.3.4
|
||||
filelock==3.6.0 ; python_version>="3.7"
|
||||
packaging==21.3
|
||||
pip==22.0.3 ; python_version>="3.7"
|
||||
pip==22.0.4 ; python_version>="3.7"
|
||||
platformdirs==2.5.1 ; python_version>="3.7"
|
||||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
|
|
@ -12,7 +12,7 @@ setuptools==60.9.3 ; python_version>="3.7"
|
|||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.24.5
|
||||
virtualenv==20.13.2
|
||||
virtualenv==20.13.3
|
||||
wheel==0.37.1
|
||||
setuptools<60 ; python_version=="3.6.*"
|
||||
filelock==3.4.1 ; python_version=="3.6.*"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
adblock==0.5.2
|
||||
colorama==0.4.4
|
||||
dataclasses==0.6 ; python_version<"3.7"
|
||||
importlib-metadata==4.11.2 ; 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
|
||||
MarkupSafe==2.1.0 ; python_version>="3.7"
|
||||
|
|
|
|||
Loading…
Reference in New Issue