Update dependencies
This commit is contained in:
parent
01de692348
commit
d0eac83676
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
build==1.1.1
|
||||
check-manifest==0.49
|
||||
importlib_metadata==7.0.2
|
||||
importlib_metadata==7.1.0
|
||||
packaging==24.0
|
||||
pyproject_hooks==1.0.0
|
||||
tomli==2.0.1
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ docutils==0.20.1
|
|||
github3.py==4.0.1
|
||||
hunter==3.6.1
|
||||
idna==3.6
|
||||
importlib_metadata==7.0.2
|
||||
importlib_resources==6.3.1
|
||||
importlib_metadata==7.1.0
|
||||
importlib_resources==6.4.0
|
||||
jaraco.classes==3.3.1
|
||||
jaraco.context==4.3.0
|
||||
jaraco.functools==4.0.0
|
||||
jeepney==0.8.0
|
||||
keyring==24.3.1
|
||||
keyring==25.0.0
|
||||
manhole==1.8.0
|
||||
markdown-it-py==3.0.0
|
||||
mdurl==0.1.2
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
chardet==5.2.0
|
||||
diff_cover==8.0.3
|
||||
importlib_resources==6.3.1
|
||||
importlib_resources==6.4.0
|
||||
Jinja2==3.1.3
|
||||
lxml==5.1.0
|
||||
MarkupSafe==2.1.5
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.17.4
|
||||
importlib_metadata==7.0.2
|
||||
importlib_metadata==7.1.0
|
||||
packaging==24.0
|
||||
pyinstaller==6.5.0
|
||||
pyinstaller-hooks-contrib==2024.3
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ certifi==2024.2.2
|
|||
charset-normalizer==3.3.2
|
||||
docutils==0.20.1
|
||||
idna==3.6
|
||||
importlib_metadata==7.0.2
|
||||
importlib_metadata==7.1.0
|
||||
packaging==24.0
|
||||
Pygments==2.17.2
|
||||
pyproject_hooks==1.0.0
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ charset-normalizer==3.3.2
|
|||
docutils==0.20.1
|
||||
idna==3.6
|
||||
imagesize==1.4.1
|
||||
importlib_metadata==7.0.2
|
||||
importlib_metadata==7.1.0
|
||||
Jinja2==3.1.3
|
||||
MarkupSafe==2.1.5
|
||||
packaging==24.0
|
||||
|
|
|
|||
|
|
@ -13,9 +13,9 @@ execnet==2.0.2
|
|||
filelock==3.13.1
|
||||
Flask==3.0.2
|
||||
hunter==3.6.1
|
||||
hypothesis==6.99.7
|
||||
hypothesis==6.99.13
|
||||
idna==3.6
|
||||
importlib_metadata==7.0.2
|
||||
importlib_metadata==7.1.0
|
||||
iniconfig==2.0.0
|
||||
itsdangerous==2.1.2
|
||||
jaraco.functools==4.0.0
|
||||
|
|
@ -33,9 +33,9 @@ Pygments==2.17.2
|
|||
pytest==8.1.1
|
||||
pytest-bdd==7.1.2
|
||||
pytest-benchmark==4.0.0
|
||||
pytest-cov==4.1.0
|
||||
pytest-cov==5.0.0
|
||||
pytest-instafail==0.5.0
|
||||
pytest-mock==3.12.0
|
||||
pytest-mock==3.14.0
|
||||
pytest-qt==4.4.0
|
||||
pytest-repeat==0.9.3
|
||||
pytest-rerunfailures==14.0
|
||||
|
|
@ -47,7 +47,7 @@ requests-file==2.0.0
|
|||
six==1.16.0
|
||||
sortedcontainers==2.4.0
|
||||
soupsieve==2.5
|
||||
tldextract==5.1.1
|
||||
tldextract==5.1.2
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.10.0
|
||||
urllib3==2.2.1
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@ pluggy==1.4.0
|
|||
pyproject-api==1.6.1
|
||||
setuptools==69.2.0
|
||||
tomli==2.0.1
|
||||
tox==4.14.1
|
||||
tox==4.14.2
|
||||
virtualenv==20.25.1
|
||||
wheel==0.43.0
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
adblock==0.6.0
|
||||
colorama==0.4.6
|
||||
importlib_resources==6.3.1 ; python_version=="3.8.*"
|
||||
importlib_resources==6.4.0 ; python_version=="3.8.*"
|
||||
Jinja2==3.1.3
|
||||
MarkupSafe==2.1.5
|
||||
Pygments==2.17.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue