Update dependencies

This commit is contained in:
qutebrowser bot 2023-05-29 04:23:35 +00:00
parent f26ea37c41
commit d907ac795b
11 changed files with 23 additions and 23 deletions

View File

@ -28,10 +28,10 @@ Pygments==2.15.1
PyJWT==2.7.0
Pympler==1.0.1
pyproject_hooks==1.0.0
PyQt-builder==1.15.0
PyQt-builder==1.15.1
python-dateutil==2.8.2
readme-renderer==37.3
requests==2.30.0
requests==2.31.0
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.3.5
@ -40,7 +40,7 @@ sip==6.7.9
six==1.16.0
tomli==2.0.1
twine==4.0.2
typing_extensions==4.5.0
typing_extensions==4.6.2
uritemplate==4.1.1
# urllib3==2.0.2
webencodings==0.5.1

View File

@ -13,6 +13,6 @@ pluggy==1.0.0
Pygments==2.15.1
PyQt5-stubs==5.15.6.0
tomli==2.0.1
types-PyYAML==6.0.12.9
typing_extensions==4.5.0
types-PyYAML==6.0.12.10
typing_extensions==4.6.2
zipp==3.15.0

View File

@ -18,12 +18,12 @@ PyJWT==2.7.0
pylint==2.17.4
python-dateutil==2.8.2
./scripts/dev/pylint_checkers
requests==2.30.0
requests==2.31.0
six==1.16.0
tomli==2.0.1
tomlkit==0.11.8
typed-ast==1.5.4 ; python_version<"3.8"
typing_extensions==4.5.0
typing_extensions==4.6.2
uritemplate==4.1.1
# urllib3==2.0.2
wrapt==1.15.0

View File

@ -1,7 +1,7 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
PyQt6==6.5.0
PyQt6-Qt6==6.5.0
PyQt6-Qt6==6.5.1
PyQt6-sip==13.5.1
PyQt6-WebEngine==6.5.0
PyQt6-WebEngine-Qt6==6.5.0
PyQt6-WebEngine-Qt6==6.5.1

View File

@ -1,7 +1,7 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
PyQt6==6.5.0
PyQt6-Qt6==6.5.0
PyQt6-Qt6==6.5.1
PyQt6-sip==13.5.1
PyQt6-WebEngine==6.5.0
PyQt6-WebEngine-Qt6==6.5.0
PyQt6-WebEngine-Qt6==6.5.1

View File

@ -9,7 +9,7 @@ packaging==23.1
Pygments==2.15.1
pyproject_hooks==1.0.0
pyroma==4.2
requests==2.30.0
requests==2.31.0
tomli==2.0.1
trove-classifiers==2023.5.2
trove-classifiers==2023.5.24
urllib3==2.0.2

View File

@ -13,7 +13,7 @@ MarkupSafe==2.1.2
packaging==23.1
Pygments==2.15.1
pytz==2023.3
requests==2.30.0
requests==2.31.0
snowballstemmer==2.2.0
Sphinx==7.0.1
sphinxcontrib-applehelp==1.0.4

View File

@ -7,13 +7,13 @@ certifi==2023.5.7
charset-normalizer==3.1.0
cheroot==10.0.0
click==8.1.3
coverage==7.2.5
coverage==7.2.6
exceptiongroup==1.1.1
execnet==1.9.0
filelock==3.12.0
Flask==2.3.2 ; python_version>="3.8"
hunter==3.6.1
hypothesis==6.75.3
hypothesis==6.75.6
idna==3.4
importlib-metadata==6.6.0
iniconfig==2.0.0
@ -33,7 +33,7 @@ Pygments==2.15.1
pytest==7.3.1
pytest-bdd==6.1.1
pytest-benchmark==4.0.0
pytest-cov==4.0.0
pytest-cov==4.1.0
pytest-instafail==0.5.0
pytest-mock==3.10.0
pytest-qt==4.2.0
@ -42,7 +42,7 @@ pytest-rerunfailures==11.1.2
pytest-xdist==3.3.1
pytest-xvfb==2.0.0
PyVirtualDisplay==3.0
requests==2.30.0
requests==2.31.0
requests-file==1.5.1
six==1.16.0
sortedcontainers==2.4.0
@ -50,7 +50,7 @@ soupsieve==2.4.1
tldextract==3.4.4
toml==0.10.2
tomli==2.0.1
typing_extensions==4.5.0
typing_extensions==4.6.2
urllib3==2.0.2
vulture==2.7
Werkzeug==2.3.4 ; python_version>="3.8"

View File

@ -1,6 +1,6 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
cachetools==5.3.0
cachetools==5.3.1
chardet==5.1.0
colorama==0.4.6
distlib==0.3.6
@ -12,6 +12,6 @@ pluggy==1.0.0
pyproject_api==1.5.1
setuptools==67.8.0
tomli==2.0.1
tox==4.5.1
tox==4.5.2
virtualenv==20.23.0
wheel==0.40.0

View File

@ -2,4 +2,4 @@
pathspec==0.11.1
PyYAML==6.0
yamllint==1.31.0
yamllint==1.32.0

View File

@ -8,7 +8,7 @@ Jinja2==3.1.2
MarkupSafe==2.1.2
Pygments==2.15.1
PyYAML==6.0
typing_extensions==4.5.0 ; python_version<"3.8"
typing_extensions==4.6.2 ; python_version<"3.8"
zipp==3.15.0
# Unpinned due to recompile_requirements.py limitations
pyobjc-core ; sys_platform=="darwin"