Update dependencies

This commit is contained in:
qutebrowser bot 2023-06-05 04:22:14 +00:00
parent 1f6621533f
commit daee26c7a7
8 changed files with 18 additions and 18 deletions

View File

@ -6,7 +6,7 @@ bump2version==1.0.1
certifi==2023.5.7
cffi==1.15.1
charset-normalizer==3.1.0
cryptography==40.0.2
cryptography==41.0.1
docutils==0.20.1
github3.py==4.0.1
hunter==3.6.1
@ -34,13 +34,13 @@ readme-renderer==37.3
requests==2.31.0
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.3.5
rich==13.4.1
SecretStorage==3.3.3
sip==6.7.9
six==1.16.0
tomli==2.0.1
twine==4.0.2
typing_extensions==4.6.2
typing_extensions==4.6.3
uritemplate==4.1.1
# urllib3==2.0.2
webencodings==0.5.1

View File

@ -6,7 +6,7 @@ importlib-metadata==6.6.0
importlib-resources==5.12.0
Jinja2==3.1.2
lxml==4.9.2
MarkupSafe==2.1.2
MarkupSafe==2.1.3
mypy==1.3.0
mypy-extensions==1.0.0
pluggy==1.0.0
@ -14,5 +14,5 @@ Pygments==2.15.1
PyQt5-stubs==5.15.6.0
tomli==2.0.1
types-PyYAML==6.0.12.10
typing_extensions==4.6.2
typing_extensions==4.6.3
zipp==3.15.0

View File

@ -4,7 +4,7 @@ astroid==2.15.5
certifi==2023.5.7
cffi==1.15.1
charset-normalizer==3.1.0
cryptography==40.0.2
cryptography==41.0.1
dill==0.3.6
github3.py==4.0.1
idna==3.4
@ -23,7 +23,7 @@ six==1.16.0
tomli==2.0.1
tomlkit==0.11.8
typed-ast==1.5.4 ; python_version<"3.8"
typing_extensions==4.6.2
typing_extensions==4.6.3
uritemplate==4.1.1
# urllib3==2.0.2
wrapt==1.15.0

View File

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

View File

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

View File

@ -9,7 +9,7 @@ idna==3.4
imagesize==1.4.1
importlib-metadata==6.6.0
Jinja2==3.1.2
MarkupSafe==2.1.2
MarkupSafe==2.1.3
packaging==23.1
Pygments==2.15.1
pytz==2023.3

View File

@ -7,22 +7,22 @@ certifi==2023.5.7
charset-normalizer==3.1.0
cheroot==10.0.0
click==8.1.3
coverage==7.2.6
coverage==7.2.7
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.6
hypothesis==6.76.0
idna==3.4
importlib-metadata==6.6.0
iniconfig==2.0.0
itsdangerous==2.1.2
jaraco.functools==3.6.0
jaraco.functools==3.7.0
# Jinja2==3.1.2
Mako==1.2.4
manhole==1.8.0
# MarkupSafe==2.1.2
# MarkupSafe==2.1.3
more-itertools==9.1.0
packaging==23.1
parse==1.19.0
@ -40,7 +40,7 @@ pytest-qt==4.2.0
pytest-repeat==0.9.1
pytest-rerunfailures==11.1.2
pytest-xdist==3.3.1
pytest-xvfb==2.0.0
pytest-xvfb==3.0.0
PyVirtualDisplay==3.0
requests==2.31.0
requests-file==1.5.1
@ -50,7 +50,7 @@ soupsieve==2.4.1
tldextract==3.4.4
toml==0.10.2
tomli==2.0.1
typing_extensions==4.6.2
typing_extensions==4.6.3
urllib3==2.0.2
vulture==2.7
Werkzeug==2.3.4 ; python_version>="3.8"

View File

@ -5,10 +5,10 @@ colorama==0.4.6
importlib-metadata==6.6.0 ; python_version=="3.7.*"
importlib-resources==5.12.0 ; python_version=="3.7.*" or python_version=="3.8.*"
Jinja2==3.1.2
MarkupSafe==2.1.2
MarkupSafe==2.1.3
Pygments==2.15.1
PyYAML==6.0
typing_extensions==4.6.2 ; python_version<"3.8"
typing_extensions==4.6.3 ; python_version<"3.8"
zipp==3.15.0
# Unpinned due to recompile_requirements.py limitations
pyobjc-core ; sys_platform=="darwin"