Update dependencies
This commit is contained in:
parent
af2d151175
commit
74e4476893
|
|
@ -6,4 +6,4 @@ importlib_metadata==7.1.0
|
||||||
packaging==24.0
|
packaging==24.0
|
||||||
pyproject_hooks==1.1.0
|
pyproject_hooks==1.1.0
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
zipp==3.19.0
|
zipp==3.19.1
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
backports.tarfile==1.1.1
|
backports.tarfile==1.2.0
|
||||||
build==1.2.1
|
build==1.2.1
|
||||||
bump2version==1.0.1
|
bump2version==1.0.1
|
||||||
certifi==2024.2.2
|
certifi==2024.6.2
|
||||||
cffi==1.16.0
|
cffi==1.16.0
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
cryptography==42.0.7
|
cryptography==42.0.7
|
||||||
|
|
@ -24,7 +24,7 @@ mdurl==0.1.2
|
||||||
more-itertools==10.2.0
|
more-itertools==10.2.0
|
||||||
nh3==0.2.17
|
nh3==0.2.17
|
||||||
packaging==24.0
|
packaging==24.0
|
||||||
pkginfo==1.10.0
|
pkginfo==1.11.0
|
||||||
pycparser==2.22
|
pycparser==2.22
|
||||||
Pygments==2.18.0
|
Pygments==2.18.0
|
||||||
PyJWT==2.8.0
|
PyJWT==2.8.0
|
||||||
|
|
@ -33,7 +33,7 @@ pyproject_hooks==1.1.0
|
||||||
PyQt-builder==1.16.2
|
PyQt-builder==1.16.2
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
readme_renderer==43.0
|
readme_renderer==43.0
|
||||||
requests==2.32.2
|
requests==2.32.3
|
||||||
requests-toolbelt==1.0.0
|
requests-toolbelt==1.0.0
|
||||||
rfc3986==2.0.0
|
rfc3986==2.0.0
|
||||||
rich==13.7.1
|
rich==13.7.1
|
||||||
|
|
@ -42,7 +42,7 @@ sip==6.8.3
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
twine==5.1.0
|
twine==5.1.0
|
||||||
typing_extensions==4.12.0
|
typing_extensions==4.12.1
|
||||||
uritemplate==4.1.1
|
uritemplate==4.1.1
|
||||||
# urllib3==2.2.1
|
# urllib3==2.2.1
|
||||||
zipp==3.19.0
|
zipp==3.19.1
|
||||||
|
|
|
||||||
|
|
@ -17,5 +17,5 @@ types-docutils==0.21.0.20240423
|
||||||
types-Pygments==2.18.0.20240506
|
types-Pygments==2.18.0.20240506
|
||||||
types-PyYAML==6.0.12.20240311
|
types-PyYAML==6.0.12.20240311
|
||||||
types-setuptools==70.0.0.20240524
|
types-setuptools==70.0.0.20240524
|
||||||
typing_extensions==4.12.0
|
typing_extensions==4.12.1
|
||||||
zipp==3.19.0
|
zipp==3.19.1
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ importlib_metadata==7.1.0
|
||||||
packaging==24.0
|
packaging==24.0
|
||||||
pyinstaller==6.7.0
|
pyinstaller==6.7.0
|
||||||
pyinstaller-hooks-contrib==2024.6
|
pyinstaller-hooks-contrib==2024.6
|
||||||
zipp==3.19.0
|
zipp==3.19.1
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
astroid==3.2.2
|
astroid==3.2.2
|
||||||
certifi==2024.2.2
|
certifi==2024.6.2
|
||||||
cffi==1.16.0
|
cffi==1.16.0
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
cryptography==42.0.7
|
cryptography==42.0.7
|
||||||
|
|
@ -17,10 +17,10 @@ PyJWT==2.8.0
|
||||||
pylint==3.2.2
|
pylint==3.2.2
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
./scripts/dev/pylint_checkers
|
./scripts/dev/pylint_checkers
|
||||||
requests==2.32.2
|
requests==2.32.3
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
tomlkit==0.12.5
|
tomlkit==0.12.5
|
||||||
typing_extensions==4.12.0
|
typing_extensions==4.12.1
|
||||||
uritemplate==4.1.1
|
uritemplate==4.1.1
|
||||||
# urllib3==2.2.1
|
# urllib3==2.2.1
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,9 @@
|
||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
PyQt6==6.7.0
|
PyQt6==6.7.0
|
||||||
PyQt6-Qt6==6.7.0
|
PyQt6-Qt6==6.7.1
|
||||||
PyQt6-sip==13.6.0
|
PyQt6-sip==13.6.0
|
||||||
PyQt6-WebEngine==6.7.0
|
PyQt6-WebEngine==6.7.0
|
||||||
PyQt6-WebEngine-Qt6==6.7.0
|
PyQt6-WebEngine-Qt6==6.7.1
|
||||||
|
PyQt6-WebEngineSubwheel-Qt6==6.7.1
|
||||||
--extra-index-url https://www.riverbankcomputing.com/pypi/simple/
|
--extra-index-url https://www.riverbankcomputing.com/pypi/simple/
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,9 @@
|
||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
PyQt6==6.7.0
|
PyQt6==6.7.0
|
||||||
PyQt6-Qt6==6.7.0
|
PyQt6-Qt6==6.7.1
|
||||||
PyQt6-sip==13.6.0
|
PyQt6-sip==13.6.0
|
||||||
PyQt6-WebEngine==6.7.0
|
PyQt6-WebEngine==6.7.0
|
||||||
PyQt6-WebEngine-Qt6==6.7.0
|
PyQt6-WebEngine-Qt6==6.7.1
|
||||||
|
PyQt6-WebEngineSubwheel-Qt6==6.7.1
|
||||||
--extra-index-url https://www.riverbankcomputing.com/pypi/simple/
|
--extra-index-url https://www.riverbankcomputing.com/pypi/simple/
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,9 @@
|
||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
PyQt6==6.7.0
|
PyQt6==6.7.0
|
||||||
PyQt6-Qt6==6.7.0
|
PyQt6-Qt6==6.7.1
|
||||||
PyQt6-sip==13.6.0
|
PyQt6-sip==13.6.0
|
||||||
PyQt6-WebEngine==6.7.0
|
PyQt6-WebEngine==6.7.0
|
||||||
PyQt6-WebEngine-Qt6==6.7.0
|
PyQt6-WebEngine-Qt6==6.7.1
|
||||||
|
PyQt6-WebEngineSubwheel-Qt6==6.7.1
|
||||||
--extra-index-url https://www.riverbankcomputing.com/pypi/simple/
|
--extra-index-url https://www.riverbankcomputing.com/pypi/simple/
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
build==1.2.1
|
build==1.2.1
|
||||||
certifi==2024.2.2
|
certifi==2024.6.2
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
docutils==0.20.1
|
docutils==0.20.1
|
||||||
idna==3.7
|
idna==3.7
|
||||||
|
|
@ -10,8 +10,8 @@ packaging==24.0
|
||||||
Pygments==2.18.0
|
Pygments==2.18.0
|
||||||
pyproject_hooks==1.1.0
|
pyproject_hooks==1.1.0
|
||||||
pyroma==4.2
|
pyroma==4.2
|
||||||
requests==2.32.2
|
requests==2.32.3
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
trove-classifiers==2024.5.22
|
trove-classifiers==2024.5.22
|
||||||
urllib3==2.2.1
|
urllib3==2.2.1
|
||||||
zipp==3.19.0
|
zipp==3.19.1
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
alabaster==0.7.13
|
alabaster==0.7.13
|
||||||
Babel==2.15.0
|
Babel==2.15.0
|
||||||
certifi==2024.2.2
|
certifi==2024.6.2
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
docutils==0.20.1
|
docutils==0.20.1
|
||||||
idna==3.7
|
idna==3.7
|
||||||
|
|
@ -13,7 +13,7 @@ MarkupSafe==2.1.5
|
||||||
packaging==24.0
|
packaging==24.0
|
||||||
Pygments==2.18.0
|
Pygments==2.18.0
|
||||||
pytz==2024.1
|
pytz==2024.1
|
||||||
requests==2.32.2
|
requests==2.32.3
|
||||||
snowballstemmer==2.2.0
|
snowballstemmer==2.2.0
|
||||||
Sphinx==7.1.2
|
Sphinx==7.1.2
|
||||||
sphinxcontrib-applehelp==1.0.4
|
sphinxcontrib-applehelp==1.0.4
|
||||||
|
|
@ -23,4 +23,4 @@ sphinxcontrib-jsmath==1.0.1
|
||||||
sphinxcontrib-qthelp==1.0.3
|
sphinxcontrib-qthelp==1.0.3
|
||||||
sphinxcontrib-serializinghtml==1.1.5
|
sphinxcontrib-serializinghtml==1.1.5
|
||||||
urllib3==2.2.1
|
urllib3==2.2.1
|
||||||
zipp==3.19.0
|
zipp==3.19.1
|
||||||
|
|
|
||||||
|
|
@ -3,17 +3,17 @@
|
||||||
attrs==23.2.0
|
attrs==23.2.0
|
||||||
beautifulsoup4==4.12.3
|
beautifulsoup4==4.12.3
|
||||||
blinker==1.8.2
|
blinker==1.8.2
|
||||||
certifi==2024.2.2
|
certifi==2024.6.2
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
cheroot==10.0.1
|
cheroot==10.0.1
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
coverage==7.5.2
|
coverage==7.5.3
|
||||||
exceptiongroup==1.2.1
|
exceptiongroup==1.2.1
|
||||||
execnet==2.1.1
|
execnet==2.1.1
|
||||||
filelock==3.14.0
|
filelock==3.14.0
|
||||||
Flask==3.0.3
|
Flask==3.0.3
|
||||||
hunter==3.7.0
|
hunter==3.7.0
|
||||||
hypothesis==6.102.6
|
hypothesis==6.103.0
|
||||||
idna==3.7
|
idna==3.7
|
||||||
importlib_metadata==7.1.0
|
importlib_metadata==7.1.0
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
|
|
@ -42,15 +42,15 @@ pytest-rerunfailures==14.0
|
||||||
pytest-xdist==3.6.1
|
pytest-xdist==3.6.1
|
||||||
pytest-xvfb==3.0.0
|
pytest-xvfb==3.0.0
|
||||||
PyVirtualDisplay==3.0
|
PyVirtualDisplay==3.0
|
||||||
requests==2.32.2
|
requests==2.32.3
|
||||||
requests-file==2.1.0
|
requests-file==2.1.0
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
sortedcontainers==2.4.0
|
sortedcontainers==2.4.0
|
||||||
soupsieve==2.5
|
soupsieve==2.5
|
||||||
tldextract==5.1.2
|
tldextract==5.1.2
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
typing_extensions==4.12.0
|
typing_extensions==4.12.1
|
||||||
urllib3==2.2.1
|
urllib3==2.2.1
|
||||||
vulture==2.11
|
vulture==2.11
|
||||||
Werkzeug==3.0.3
|
Werkzeug==3.0.3
|
||||||
zipp==3.19.0
|
zipp==3.19.1
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ Jinja2==3.1.4
|
||||||
MarkupSafe==2.1.5
|
MarkupSafe==2.1.5
|
||||||
Pygments==2.18.0
|
Pygments==2.18.0
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
zipp==3.19.0
|
zipp==3.19.1
|
||||||
# Unpinned due to recompile_requirements.py limitations
|
# Unpinned due to recompile_requirements.py limitations
|
||||||
pyobjc-core ; sys_platform=="darwin"
|
pyobjc-core ; sys_platform=="darwin"
|
||||||
pyobjc-framework-Cocoa ; sys_platform=="darwin"
|
pyobjc-framework-Cocoa ; sys_platform=="darwin"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue