Merge pull request #7763 from qutebrowser/update-dependencies
Update dependencies
This commit is contained in:
commit
c25f63e6e8
|
|
@ -40,7 +40,7 @@ sip==6.7.9
|
|||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
twine==4.0.2
|
||||
typing_extensions==4.6.3
|
||||
typing_extensions==4.7.1
|
||||
uritemplate==4.1.1
|
||||
# urllib3==2.0.3
|
||||
webencodings==0.5.1
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ flake8-debugger==4.1.2
|
|||
flake8-deprecated==2.0.1
|
||||
flake8-docstrings==1.7.0
|
||||
flake8-future-import==0.4.7
|
||||
flake8-plugin-utils==1.3.2
|
||||
flake8-plugin-utils==1.3.3
|
||||
flake8-pytest-style==1.7.2
|
||||
flake8-string-format==0.3.0
|
||||
flake8-tidy-imports==4.9.0
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
chardet==5.1.0
|
||||
diff-cover==7.6.0
|
||||
importlib-metadata==6.7.0
|
||||
importlib-resources==5.12.0
|
||||
Jinja2==3.1.2
|
||||
lxml==4.9.2
|
||||
|
|
@ -12,12 +11,12 @@ mypy-extensions==1.0.0
|
|||
pluggy==1.2.0
|
||||
Pygments==2.15.1
|
||||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.0.1
|
||||
PyQt6-stubs @ git+https://github.com/python-qt-tools/PyQt6-stubs.git@f623a641cd5cdff53342177e4fbbf9cae8172336
|
||||
tomli==2.0.1
|
||||
types-colorama==0.4.15.11
|
||||
types-docutils==0.20.0.1
|
||||
types-Pygments==2.15.0.1
|
||||
types-PyYAML==6.0.12.10
|
||||
typing_extensions==4.6.3
|
||||
zipp==3.15.0
|
||||
types-setuptools==68.0.0.0
|
||||
typing_extensions==4.7.1
|
||||
zipp==3.15.0
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
altgraph==0.17.3
|
||||
pyinstaller==5.13.0
|
||||
pyinstaller-hooks-contrib==2023.3
|
||||
pyinstaller-hooks-contrib==2023.4
|
||||
|
|
|
|||
|
|
@ -20,7 +20,9 @@ python-dateutil==2.8.2
|
|||
./scripts/dev/pylint_checkers
|
||||
requests==2.31.0
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
tomlkit==0.11.8
|
||||
typing_extensions==4.7.1
|
||||
uritemplate==4.1.1
|
||||
# urllib3==2.0.3
|
||||
wrapt==1.15.0
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@ charset-normalizer==3.1.0
|
|||
cheroot==10.0.0
|
||||
click==8.1.3
|
||||
coverage==7.2.7
|
||||
exceptiongroup==1.1.1
|
||||
execnet==1.9.0
|
||||
filelock==3.12.2
|
||||
Flask==2.3.2
|
||||
hunter==3.6.1
|
||||
hypothesis==6.79.3
|
||||
hypothesis==6.80.0
|
||||
idna==3.4
|
||||
importlib-metadata==6.7.0
|
||||
iniconfig==2.0.0
|
||||
itsdangerous==2.1.2
|
||||
jaraco.functools==3.8.0
|
||||
|
|
@ -24,7 +26,7 @@ manhole==1.8.0
|
|||
more-itertools==9.1.0
|
||||
packaging==23.1
|
||||
parse==1.19.1
|
||||
parse-type==0.6.0
|
||||
parse-type==0.6.1
|
||||
pluggy==1.2.0
|
||||
py-cpuinfo==9.0.0
|
||||
Pygments==2.15.1
|
||||
|
|
@ -47,7 +49,9 @@ sortedcontainers==2.4.0
|
|||
soupsieve==2.4.1
|
||||
tldextract==3.4.4
|
||||
toml==0.10.2
|
||||
typing_extensions==4.6.3
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.7.1
|
||||
urllib3==2.0.3
|
||||
vulture==2.7
|
||||
Werkzeug==2.3.6
|
||||
zipp==3.15.0
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ Jinja2==3.1.2
|
|||
MarkupSafe==2.1.3
|
||||
Pygments==2.15.1
|
||||
PyYAML==6.0
|
||||
zipp==3.15.0
|
||||
# Unpinned due to recompile_requirements.py limitations
|
||||
pyobjc-core ; sys_platform=="darwin"
|
||||
pyobjc-framework-Cocoa ; sys_platform=="darwin"
|
||||
|
|
|
|||
|
|
@ -165,5 +165,6 @@
|
|||
"pyproject_hooks": "https://pyproject-hooks.readthedocs.io/en/latest/changelog.html",
|
||||
"markdown-it-py": "https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md",
|
||||
"mdurl": "https://github.com/executablebooks/mdurl/commits/master",
|
||||
"blinker": "https://blinker.readthedocs.io/en/stable/#changes"
|
||||
"blinker": "https://blinker.readthedocs.io/en/stable/#changes",
|
||||
"exceptiongroup": "https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue