Update dependencies
This commit is contained in:
parent
78a74a2e2a
commit
61eb05d043
|
|
@ -1,9 +1,9 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
build==1.2.1
|
||||
build==1.2.2
|
||||
check-manifest==0.49
|
||||
importlib_metadata==8.4.0
|
||||
importlib_metadata==8.5.0
|
||||
packaging==24.1
|
||||
pyproject_hooks==1.1.0
|
||||
tomli==2.0.1
|
||||
zipp==3.20.1
|
||||
zipp==3.20.2
|
||||
|
|
|
|||
|
|
@ -2,20 +2,21 @@
|
|||
|
||||
autocommand==2.2.2
|
||||
backports.tarfile==1.2.0
|
||||
build==1.2.1
|
||||
build==1.2.2
|
||||
bump2version==1.0.1
|
||||
certifi==2024.8.30
|
||||
cffi==1.17.0
|
||||
cffi==1.17.1
|
||||
charset-normalizer==3.3.2
|
||||
cryptography==43.0.0
|
||||
cryptography==43.0.1
|
||||
docutils==0.20.1
|
||||
github3.py==4.0.1
|
||||
hunter==3.7.0
|
||||
idna==3.8
|
||||
importlib_metadata==8.4.0
|
||||
importlib_resources==6.4.4
|
||||
idna==3.10
|
||||
importlib_metadata==8.5.0
|
||||
importlib_resources==6.4.5
|
||||
inflect==7.3.1
|
||||
jaraco.classes==3.4.0
|
||||
jaraco.collections==5.1.0
|
||||
jaraco.context==6.0.1
|
||||
jaraco.functools==4.0.2
|
||||
jaraco.text==3.12.1
|
||||
|
|
@ -24,11 +25,11 @@ keyring==25.3.0
|
|||
manhole==1.8.1
|
||||
markdown-it-py==3.0.0
|
||||
mdurl==0.1.2
|
||||
more-itertools==10.4.0
|
||||
more-itertools==10.5.0
|
||||
nh3==0.2.18
|
||||
packaging==24.1
|
||||
pkginfo==1.10.0
|
||||
platformdirs==4.2.2
|
||||
platformdirs==4.3.3
|
||||
pycparser==2.22
|
||||
Pygments==2.18.0
|
||||
PyJWT==2.9.0
|
||||
|
|
@ -40,7 +41,7 @@ readme_renderer==43.0
|
|||
requests==2.32.3
|
||||
requests-toolbelt==1.0.0
|
||||
rfc3986==2.0.0
|
||||
rich==13.8.0
|
||||
rich==13.8.1
|
||||
SecretStorage==3.3.3
|
||||
sip==6.8.6
|
||||
six==1.16.0
|
||||
|
|
@ -49,5 +50,5 @@ twine==5.1.1
|
|||
typeguard==4.3.0
|
||||
typing_extensions==4.12.2
|
||||
uritemplate==4.1.1
|
||||
# urllib3==2.2.2
|
||||
zipp==3.20.1
|
||||
# urllib3==2.2.3
|
||||
zipp==3.20.2
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==5.2.0
|
||||
diff_cover==9.1.1
|
||||
importlib_resources==6.4.4
|
||||
diff_cover==9.2.0
|
||||
importlib_resources==6.4.5
|
||||
Jinja2==3.1.4
|
||||
lxml==5.3.0
|
||||
MarkupSafe==2.1.5
|
||||
|
|
@ -13,9 +13,9 @@ Pygments==2.18.0
|
|||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.0.1
|
||||
types-colorama==0.4.15.20240311
|
||||
types-docutils==0.21.0.20240724
|
||||
types-docutils==0.21.0.20240907
|
||||
types-Pygments==2.18.0.20240506
|
||||
types-PyYAML==6.0.12.20240808
|
||||
types-setuptools==74.0.0.20240831
|
||||
types-PyYAML==6.0.12.20240917
|
||||
types-setuptools==75.1.0.20240917
|
||||
typing_extensions==4.12.2
|
||||
zipp==3.20.1
|
||||
zipp==3.20.2
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.17.4
|
||||
importlib_metadata==8.4.0
|
||||
importlib_metadata==8.5.0
|
||||
packaging==24.1
|
||||
pyinstaller==6.10.0
|
||||
pyinstaller-hooks-contrib==2024.8
|
||||
zipp==3.20.1
|
||||
zipp==3.20.2
|
||||
|
|
|
|||
|
|
@ -2,16 +2,16 @@
|
|||
|
||||
astroid==3.2.4
|
||||
certifi==2024.8.30
|
||||
cffi==1.17.0
|
||||
cffi==1.17.1
|
||||
charset-normalizer==3.3.2
|
||||
cryptography==43.0.0
|
||||
cryptography==43.0.1
|
||||
dill==0.3.8
|
||||
github3.py==4.0.1
|
||||
idna==3.8
|
||||
idna==3.10
|
||||
isort==5.13.2
|
||||
mccabe==0.7.0
|
||||
pefile==2024.8.26
|
||||
platformdirs==4.2.2
|
||||
platformdirs==4.3.3
|
||||
pycparser==2.22
|
||||
PyJWT==2.9.0
|
||||
pylint==3.2.7
|
||||
|
|
@ -23,4 +23,4 @@ tomli==2.0.1
|
|||
tomlkit==0.13.2
|
||||
typing_extensions==4.12.2
|
||||
uritemplate==4.1.1
|
||||
# urllib3==2.2.2
|
||||
# urllib3==2.2.3
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
PyQt5==5.15.11 # rq.filter: < 5.16
|
||||
PyQt5-Qt5==5.15.14
|
||||
PyQt5-Qt5==5.15.15
|
||||
PyQt5_sip==12.15.0
|
||||
PyQtWebEngine==5.15.7 # rq.filter: < 5.16
|
||||
PyQtWebEngine-Qt5==5.15.14
|
||||
PyQtWebEngine-Qt5==5.15.15
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
PyQt5==5.15.11
|
||||
PyQt5-Qt5==5.15.14
|
||||
PyQt5-Qt5==5.15.15
|
||||
PyQt5_sip==12.15.0
|
||||
PyQtWebEngine==5.15.7
|
||||
PyQtWebEngine-Qt5==5.15.14
|
||||
PyQtWebEngine-Qt5==5.15.15
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
build==1.2.1
|
||||
build==1.2.2
|
||||
certifi==2024.8.30
|
||||
charset-normalizer==3.3.2
|
||||
docutils==0.20.1
|
||||
idna==3.8
|
||||
importlib_metadata==8.4.0
|
||||
idna==3.10
|
||||
importlib_metadata==8.5.0
|
||||
packaging==24.1
|
||||
Pygments==2.18.0
|
||||
pyproject_hooks==1.1.0
|
||||
pyroma==4.2
|
||||
requests==2.32.3
|
||||
tomli==2.0.1
|
||||
trove-classifiers==2024.7.2
|
||||
urllib3==2.2.2
|
||||
zipp==3.20.1
|
||||
trove-classifiers==2024.9.12
|
||||
urllib3==2.2.3
|
||||
zipp==3.20.2
|
||||
|
|
|
|||
|
|
@ -5,14 +5,14 @@ babel==2.16.0
|
|||
certifi==2024.8.30
|
||||
charset-normalizer==3.3.2
|
||||
docutils==0.20.1
|
||||
idna==3.8
|
||||
idna==3.10
|
||||
imagesize==1.4.1
|
||||
importlib_metadata==8.4.0
|
||||
importlib_metadata==8.5.0
|
||||
Jinja2==3.1.4
|
||||
MarkupSafe==2.1.5
|
||||
packaging==24.1
|
||||
Pygments==2.18.0
|
||||
pytz==2024.1
|
||||
pytz==2024.2
|
||||
requests==2.32.3
|
||||
snowballstemmer==2.2.0
|
||||
Sphinx==7.1.2
|
||||
|
|
@ -22,5 +22,5 @@ sphinxcontrib-htmlhelp==2.0.1
|
|||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
urllib3==2.2.2
|
||||
zipp==3.20.1
|
||||
urllib3==2.2.3
|
||||
zipp==3.20.2
|
||||
|
|
|
|||
|
|
@ -12,16 +12,17 @@ click==8.1.7
|
|||
coverage==7.6.1
|
||||
exceptiongroup==1.2.2
|
||||
execnet==2.1.1
|
||||
filelock==3.15.4
|
||||
filelock==3.16.0
|
||||
Flask==3.0.3
|
||||
hunter==3.7.0
|
||||
hypothesis==6.111.2
|
||||
idna==3.8
|
||||
importlib_metadata==8.4.0
|
||||
importlib_resources==6.4.4 ; python_version=="3.8.*"
|
||||
hypothesis==6.112.1
|
||||
idna==3.10
|
||||
importlib_metadata==8.5.0
|
||||
importlib_resources==6.4.5 ; python_version=="3.8.*"
|
||||
inflect==7.3.1
|
||||
iniconfig==2.0.0
|
||||
itsdangerous==2.2.0
|
||||
jaraco.collections==5.1.0
|
||||
jaraco.context==6.0.1
|
||||
jaraco.functools==4.0.2
|
||||
jaraco.text==3.12.1
|
||||
|
|
@ -29,15 +30,15 @@ jaraco.text==3.12.1
|
|||
Mako==1.3.5
|
||||
manhole==1.8.1
|
||||
# MarkupSafe==2.1.5
|
||||
more-itertools==10.4.0
|
||||
more-itertools==10.5.0
|
||||
packaging==24.1
|
||||
parse==1.20.2
|
||||
parse_type==0.6.3
|
||||
platformdirs==4.2.2
|
||||
platformdirs==4.3.3
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
Pygments==2.18.0
|
||||
pytest==8.3.2
|
||||
pytest==8.3.3
|
||||
pytest-bdd==7.2.0
|
||||
pytest-benchmark==4.0.0
|
||||
pytest-cov==5.0.0
|
||||
|
|
@ -58,7 +59,7 @@ tldextract==5.1.2
|
|||
tomli==2.0.1
|
||||
typeguard==4.3.0
|
||||
typing_extensions==4.12.2
|
||||
urllib3==2.2.2
|
||||
urllib3==2.2.3
|
||||
vulture==2.11
|
||||
Werkzeug==3.0.4
|
||||
zipp==3.20.1
|
||||
zipp==3.20.2
|
||||
|
|
|
|||
|
|
@ -4,14 +4,14 @@ cachetools==5.5.0
|
|||
chardet==5.2.0
|
||||
colorama==0.4.6
|
||||
distlib==0.3.8
|
||||
filelock==3.15.4
|
||||
filelock==3.16.0
|
||||
packaging==24.1
|
||||
pip==24.2
|
||||
platformdirs==4.2.2
|
||||
platformdirs==4.3.3
|
||||
pluggy==1.5.0
|
||||
pyproject-api==1.7.1
|
||||
setuptools==74.1.0
|
||||
setuptools==75.1.0
|
||||
tomli==2.0.1
|
||||
tox==4.18.0
|
||||
virtualenv==20.26.3
|
||||
tox==4.18.1
|
||||
virtualenv==20.26.4
|
||||
wheel==0.44.0
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
adblock==0.6.0
|
||||
colorama==0.4.6
|
||||
importlib_resources==6.4.4 ; python_version=="3.8.*"
|
||||
importlib_resources==6.4.5 ; python_version=="3.8.*"
|
||||
Jinja2==3.1.4
|
||||
MarkupSafe==2.1.5
|
||||
Pygments==2.18.0
|
||||
PyYAML==6.0.2
|
||||
zipp==3.20.1
|
||||
zipp==3.20.2
|
||||
# Unpinned due to recompile_requirements.py limitations
|
||||
pyobjc-core ; sys_platform=="darwin"
|
||||
pyobjc-framework-Cocoa ; sys_platform=="darwin"
|
||||
|
|
|
|||
Loading…
Reference in New Issue