Merge pull request #8085 from qutebrowser/update-dependencies
Update dependencies
This commit is contained in:
commit
94445413c4
|
|
@ -5,7 +5,7 @@ bump2version==1.0.1
|
|||
certifi==2023.11.17
|
||||
cffi==1.16.0
|
||||
charset-normalizer==3.3.2
|
||||
cryptography==41.0.7
|
||||
cryptography==42.0.1
|
||||
docutils==0.20.1
|
||||
github3.py==4.0.1
|
||||
hunter==3.6.1
|
||||
|
|
@ -35,7 +35,7 @@ requests-toolbelt==1.0.0
|
|||
rfc3986==2.0.0
|
||||
rich==13.7.0
|
||||
SecretStorage==3.3.3
|
||||
sip==6.8.1
|
||||
sip==6.8.2
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
twine==4.0.2
|
||||
|
|
|
|||
|
|
@ -8,14 +8,14 @@ lxml==5.1.0
|
|||
MarkupSafe==2.1.4
|
||||
mypy==1.8.0
|
||||
mypy-extensions==1.0.0
|
||||
pluggy==1.3.0
|
||||
pluggy==1.4.0
|
||||
Pygments==2.17.2
|
||||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.0.1
|
||||
types-colorama==0.4.15.20240106
|
||||
types-docutils==0.20.0.20240106
|
||||
types-docutils==0.20.0.20240126
|
||||
types-Pygments==2.17.0.20240106
|
||||
types-PyYAML==6.0.12.12
|
||||
types-setuptools==69.0.0.20240115
|
||||
types-setuptools==69.0.0.20240125
|
||||
typing_extensions==4.9.0
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ astroid==3.0.2
|
|||
certifi==2023.11.17
|
||||
cffi==1.16.0
|
||||
charset-normalizer==3.3.2
|
||||
cryptography==41.0.7
|
||||
dill==0.3.7
|
||||
cryptography==42.0.1
|
||||
dill==0.3.8
|
||||
github3.py==4.0.1
|
||||
idna==3.6
|
||||
isort==5.13.2
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Jinja2==3.1.3
|
|||
MarkupSafe==2.1.4
|
||||
packaging==23.2
|
||||
Pygments==2.17.2
|
||||
pytz==2023.3.post1
|
||||
pytz==2023.4
|
||||
requests==2.31.0
|
||||
snowballstemmer==2.2.0
|
||||
Sphinx==7.1.2
|
||||
|
|
|
|||
|
|
@ -7,13 +7,13 @@ certifi==2023.11.17
|
|||
charset-normalizer==3.3.2
|
||||
cheroot==10.0.0
|
||||
click==8.1.7
|
||||
coverage==7.4.0
|
||||
coverage==7.4.1
|
||||
exceptiongroup==1.2.0
|
||||
execnet==2.0.2
|
||||
filelock==3.13.1
|
||||
Flask==3.0.1
|
||||
hunter==3.6.1
|
||||
hypothesis==6.96.2
|
||||
hypothesis==6.97.1
|
||||
idna==3.6
|
||||
importlib-metadata==7.0.1
|
||||
iniconfig==2.0.0
|
||||
|
|
@ -25,12 +25,12 @@ manhole==1.8.0
|
|||
# MarkupSafe==2.1.4
|
||||
more-itertools==10.2.0
|
||||
packaging==23.2
|
||||
parse==1.20.0
|
||||
parse==1.20.1
|
||||
parse-type==0.6.2
|
||||
pluggy==1.3.0
|
||||
pluggy==1.4.0
|
||||
py-cpuinfo==9.0.0
|
||||
Pygments==2.17.2
|
||||
pytest==7.4.4
|
||||
pytest==8.0.0
|
||||
pytest-bdd==7.0.1
|
||||
pytest-benchmark==4.0.0
|
||||
pytest-cov==4.1.0
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ filelock==3.13.1
|
|||
packaging==23.2
|
||||
pip==23.3.2
|
||||
platformdirs==4.1.0
|
||||
pluggy==1.3.0
|
||||
pluggy==1.4.0
|
||||
pyproject-api==1.6.1
|
||||
setuptools==69.0.3
|
||||
tomli==2.0.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue