Merge pull request #8028 from qutebrowser/update-dependencies
Update dependencies
This commit is contained in:
commit
0eb5b193af
|
|
@ -19,7 +19,7 @@ manhole==1.8.0
|
|||
markdown-it-py==3.0.0
|
||||
mdurl==0.1.2
|
||||
more-itertools==10.1.0
|
||||
nh3==0.2.14
|
||||
nh3==0.2.15
|
||||
packaging==23.2
|
||||
pkginfo==1.9.6
|
||||
pycparser==2.21
|
||||
|
|
@ -39,7 +39,7 @@ sip==6.8.0
|
|||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
twine==4.0.2
|
||||
typing_extensions==4.8.0
|
||||
typing_extensions==4.9.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==2.1.0
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ types-docutils==0.20.0.3
|
|||
types-Pygments==2.17.0.0
|
||||
types-PyYAML==6.0.12.12
|
||||
types-setuptools==69.0.0.0
|
||||
typing_extensions==4.8.0
|
||||
typing_extensions==4.9.0
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
altgraph==0.17.4
|
||||
importlib-metadata==7.0.0
|
||||
packaging==23.2
|
||||
pyinstaller==6.2.0
|
||||
pyinstaller==6.3.0
|
||||
pyinstaller-hooks-contrib==2023.10
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ idna==3.6
|
|||
isort==5.12.0
|
||||
mccabe==0.7.0
|
||||
pefile==2023.2.7
|
||||
platformdirs==4.0.0
|
||||
platformdirs==4.1.0
|
||||
pycparser==2.21
|
||||
PyJWT==2.8.0
|
||||
pylint==3.0.2
|
||||
|
|
@ -21,6 +21,6 @@ requests==2.31.0
|
|||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
tomlkit==0.12.3
|
||||
typing_extensions==4.8.0
|
||||
typing_extensions==4.9.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==2.1.0
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ execnet==2.0.2
|
|||
filelock==3.13.1
|
||||
Flask==3.0.0
|
||||
hunter==3.6.1
|
||||
hypothesis==6.91.0
|
||||
hypothesis==6.92.0
|
||||
idna==3.6
|
||||
importlib-metadata==7.0.0
|
||||
iniconfig==2.0.0
|
||||
|
|
@ -50,7 +50,7 @@ soupsieve==2.5
|
|||
tldextract==5.1.1
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.8.0
|
||||
typing_extensions==4.9.0
|
||||
urllib3==2.1.0
|
||||
vulture==2.10
|
||||
Werkzeug==3.0.1
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ distlib==0.3.7
|
|||
filelock==3.13.1
|
||||
packaging==23.2
|
||||
pip==23.3.1
|
||||
platformdirs==4.0.0
|
||||
platformdirs==4.1.0
|
||||
pluggy==1.3.0
|
||||
pyproject-api==1.6.1
|
||||
setuptools==69.0.2
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
pathspec==0.11.2
|
||||
pathspec==0.12.1
|
||||
PyYAML==6.0.1
|
||||
yamllint==1.33.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue