Merge pull request #7971 from qutebrowser/update-dependencies
Update dependencies
This commit is contained in:
commit
34f8fe0599
|
|
@ -4,7 +4,7 @@ build==1.0.3
|
|||
bump2version==1.0.1
|
||||
certifi==2023.7.22
|
||||
cffi==1.16.0
|
||||
charset-normalizer==3.3.0
|
||||
charset-normalizer==3.3.1
|
||||
cryptography==41.0.4
|
||||
docutils==0.20.1
|
||||
github3.py==4.0.1
|
||||
|
|
@ -42,5 +42,5 @@ tomli==2.0.1
|
|||
twine==4.0.2
|
||||
typing_extensions==4.8.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==2.0.6
|
||||
# urllib3==2.0.7
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ importlib-resources==6.1.0
|
|||
Jinja2==3.1.2
|
||||
lxml==4.9.3
|
||||
MarkupSafe==2.1.3
|
||||
mypy==1.6.0
|
||||
mypy==1.6.1
|
||||
mypy-extensions==1.0.0
|
||||
pluggy==1.3.0
|
||||
Pygments==2.16.1
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
astroid==3.0.1
|
||||
certifi==2023.7.22
|
||||
cffi==1.16.0
|
||||
charset-normalizer==3.3.0
|
||||
charset-normalizer==3.3.1
|
||||
cryptography==41.0.4
|
||||
dill==0.3.7
|
||||
github3.py==4.0.1
|
||||
|
|
@ -14,7 +14,7 @@ pefile==2023.2.7
|
|||
platformdirs==3.11.0
|
||||
pycparser==2.21
|
||||
PyJWT==2.8.0
|
||||
pylint==3.0.1
|
||||
pylint==3.0.2
|
||||
python-dateutil==2.8.2
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.31.0
|
||||
|
|
@ -23,4 +23,4 @@ tomli==2.0.1
|
|||
tomlkit==0.12.1
|
||||
typing_extensions==4.8.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==2.0.6
|
||||
# urllib3==2.0.7
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
build==1.0.3
|
||||
certifi==2023.7.22
|
||||
charset-normalizer==3.3.0
|
||||
charset-normalizer==3.3.1
|
||||
docutils==0.20.1
|
||||
idna==3.4
|
||||
importlib-metadata==6.8.0
|
||||
|
|
@ -12,6 +12,6 @@ pyproject_hooks==1.0.0
|
|||
pyroma==4.2
|
||||
requests==2.31.0
|
||||
tomli==2.0.1
|
||||
trove-classifiers==2023.9.19
|
||||
urllib3==2.0.6
|
||||
trove-classifiers==2023.10.18
|
||||
urllib3==2.0.7
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
alabaster==0.7.13
|
||||
Babel==2.13.0
|
||||
certifi==2023.7.22
|
||||
charset-normalizer==3.3.0
|
||||
charset-normalizer==3.3.1
|
||||
docutils==0.20.1
|
||||
idna==3.4
|
||||
imagesize==1.4.1
|
||||
|
|
@ -22,5 +22,5 @@ sphinxcontrib-htmlhelp==2.0.1
|
|||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
urllib3==2.0.6
|
||||
urllib3==2.0.7
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ attrs==23.1.0
|
|||
beautifulsoup4==4.12.2
|
||||
blinker==1.6.3
|
||||
certifi==2023.7.22
|
||||
charset-normalizer==3.3.0
|
||||
charset-normalizer==3.3.1
|
||||
cheroot==10.0.0
|
||||
click==8.1.7
|
||||
coverage==7.3.2
|
||||
|
|
@ -13,7 +13,7 @@ execnet==2.0.2
|
|||
filelock==3.12.4
|
||||
Flask==3.0.0
|
||||
hunter==3.6.1
|
||||
hypothesis==6.88.0
|
||||
hypothesis==6.88.1
|
||||
idna==3.4
|
||||
importlib-metadata==6.8.0
|
||||
iniconfig==2.0.0
|
||||
|
|
@ -35,7 +35,7 @@ pytest-bdd==7.0.0
|
|||
pytest-benchmark==4.0.0
|
||||
pytest-cov==4.1.0
|
||||
pytest-instafail==0.5.0
|
||||
pytest-mock==3.11.1
|
||||
pytest-mock==3.12.0
|
||||
pytest-qt==4.2.0
|
||||
pytest-repeat==0.9.3
|
||||
pytest-rerunfailures==12.0
|
||||
|
|
@ -47,11 +47,11 @@ requests-file==1.5.1
|
|||
six==1.16.0
|
||||
sortedcontainers==2.4.0
|
||||
soupsieve==2.5
|
||||
tldextract==5.0.0
|
||||
tldextract==5.0.1
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.8.0
|
||||
urllib3==2.0.6
|
||||
urllib3==2.0.7
|
||||
vulture==2.10
|
||||
Werkzeug==3.0.0
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ colorama==0.4.6
|
|||
distlib==0.3.7
|
||||
filelock==3.12.4
|
||||
packaging==23.2
|
||||
pip==23.3
|
||||
pip==23.3.1
|
||||
platformdirs==3.11.0
|
||||
pluggy==1.3.0
|
||||
pyproject-api==1.6.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue