Update dependencies

This commit is contained in:
qutebrowser bot 2022-10-10 04:51:44 +00:00
parent c596dae600
commit a7c2a690e4
8 changed files with 21 additions and 21 deletions

View File

@ -27,22 +27,22 @@ Pygments==2.13.0
PyJWT==2.5.0
Pympler==1.0.1
pyparsing==3.0.9
PyQt-builder==1.13.0
PyQt-builder==1.14.0
python-dateutil==2.8.2
readme-renderer==37.2
requests==2.28.1
requests-toolbelt==0.9.1
requests-toolbelt==0.10.0
rfc3986==2.0.0
rich==12.6.0
SecretStorage==3.3.3
sip==6.6.2
sip==6.7.1
six==1.16.0
toml==0.10.2
tomli==2.0.1
twine==4.0.1
types-cryptography==3.3.23
typing_extensions==4.3.0
typing_extensions==4.4.0
uritemplate==4.1.1
# urllib3==1.26.12
webencodings==0.5.1
zipp==3.8.1
zipp==3.9.0

View File

@ -3,11 +3,11 @@
attrs==22.1.0
flake8==5.0.4
flake8-bugbear==22.9.23
flake8-builtins==1.5.3
flake8-builtins==2.0.0
flake8-comprehensions==3.10.0
flake8-copyright==0.2.3
flake8-debugger==4.1.2
flake8-deprecated==1.3
flake8-deprecated==2.0.0
flake8-docstrings==1.6.0
flake8-future-import==0.4.7
flake8-plugin-utils==1.3.2

View File

@ -3,16 +3,16 @@
chardet==5.0.0
diff-cover==7.0.1
importlib-metadata==5.0.0
importlib-resources==5.9.0
importlib-resources==5.10.0
Jinja2==3.1.2
lxml==4.9.1
MarkupSafe==2.1.1
mypy==0.981
mypy==0.982
mypy-extensions==0.4.3
pluggy==1.0.0
Pygments==2.13.0
PyQt5-stubs==5.15.6.0
tomli==2.0.1
types-PyYAML==6.0.12
typing_extensions==4.3.0
zipp==3.8.1
typing_extensions==4.4.0
zipp==3.9.0

View File

@ -1,5 +1,5 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
altgraph==0.17.3
pyinstaller==5.4.1
pyinstaller==5.5
pyinstaller-hooks-contrib==2022.10

View File

@ -25,7 +25,7 @@ tomli==2.0.1
tomlkit==0.11.5
typed-ast==1.5.4 ; python_version<"3.8"
types-cryptography==3.3.23
typing_extensions==4.3.0
typing_extensions==4.4.0
uritemplate==4.1.1
# urllib3==1.26.12
wrapt==1.14.1

View File

@ -24,4 +24,4 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
urllib3==1.26.12
zipp==3.8.1
zipp==3.9.0

View File

@ -13,7 +13,7 @@ filelock==3.8.0
Flask==2.2.2
glob2==0.7
hunter==3.5.1
hypothesis==6.56.0
hypothesis==6.56.1
idna==3.4
importlib-metadata==5.0.0
iniconfig==1.1.1
@ -38,7 +38,7 @@ pytest-benchmark==3.4.1
pytest-cov==4.0.0
pytest-forked==1.4.0
pytest-instafail==0.4.2
pytest-mock==3.9.0
pytest-mock==3.10.0
pytest-qt==4.1.0
pytest-repeat==0.9.1
pytest-rerunfailures==10.2
@ -50,10 +50,10 @@ requests-file==1.5.1
six==1.16.0
sortedcontainers==2.4.0
soupsieve==2.3.2.post1
tldextract==3.3.1
tldextract==3.4.0
toml==0.10.2
tomli==2.0.1
urllib3==1.26.12
vulture==2.6
Werkzeug==2.2.2
zipp==3.8.1
zipp==3.9.0

View File

@ -3,13 +3,13 @@
adblock==0.6.0
colorama==0.4.5
importlib-metadata==5.0.0 ; python_version=="3.7.*"
importlib-resources==5.9.0 ; python_version=="3.7.*" or python_version=="3.8.*"
importlib-resources==5.10.0 ; python_version=="3.7.*" or python_version=="3.8.*"
Jinja2==3.1.2
MarkupSafe==2.1.1
Pygments==2.13.0
PyYAML==6.0
typing_extensions==4.3.0 ; python_version<"3.8"
zipp==3.8.1
typing_extensions==4.4.0 ; python_version<"3.8"
zipp==3.9.0
# Unpinned due to recompile_requirements.py limitations
pyobjc-core ; sys_platform=="darwin"
pyobjc-framework-Cocoa ; sys_platform=="darwin"