Merge pull request #8545 from qutebrowser/update-dependencies

Update dependencies
This commit is contained in:
Florian Bruhin 2025-04-17 11:19:31 +02:00 committed by GitHub
commit c601bd0c7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 19 additions and 19 deletions

View File

@ -6,7 +6,7 @@ autocommand==2.2.2
backports.tarfile==1.2.0 backports.tarfile==1.2.0
bracex==2.5.post1 bracex==2.5.post1
build==1.2.2.post1 build==1.2.2.post1
bump-my-version==1.1.1 bump-my-version==1.1.2
certifi==2025.1.31 certifi==2025.1.31
cffi==1.17.1 cffi==1.17.1
charset-normalizer==3.4.1 charset-normalizer==3.4.1
@ -16,7 +16,7 @@ docutils==0.21.2
exceptiongroup==1.2.2 exceptiongroup==1.2.2
github3.py==4.0.1 github3.py==4.0.1
h11==0.14.0 h11==0.14.0
httpcore==1.0.7 httpcore==1.0.8
httpx==0.28.1 httpx==0.28.1
hunter==3.7.0 hunter==3.7.0
id==1.5.0 id==1.5.0
@ -40,7 +40,7 @@ packaging==24.2
platformdirs==4.3.7 platformdirs==4.3.7
prompt_toolkit==3.0.50 prompt_toolkit==3.0.50
pycparser==2.22 pycparser==2.22
pydantic==2.11.2 pydantic==2.11.3
pydantic-settings==2.8.1 pydantic-settings==2.8.1
pydantic_core==2.33.1 pydantic_core==2.33.1
Pygments==2.19.1 Pygments==2.19.1
@ -66,9 +66,9 @@ tomlkit==0.13.2
twine==6.1.0 twine==6.1.0
typeguard==4.3.0 typeguard==4.3.0
typing-inspection==0.4.0 typing-inspection==0.4.0
typing_extensions==4.13.1 typing_extensions==4.13.2
uritemplate==4.1.1 uritemplate==4.1.1
# urllib3==2.3.0 # urllib3==2.4.0
wcmatch==10.0 wcmatch==10.0
wcwidth==0.2.13 wcwidth==0.2.13
zipp==3.21.0 zipp==3.21.0

View File

@ -15,4 +15,4 @@ types-colorama==0.4.15.20240311
types-docutils==0.21.0.20241128 types-docutils==0.21.0.20241128
types-Pygments==2.19.0.20250305 types-Pygments==2.19.0.20250305
types-PyYAML==6.0.12.20250402 types-PyYAML==6.0.12.20250402
typing_extensions==4.13.1 typing_extensions==4.13.2

View File

@ -21,6 +21,6 @@ requests==2.32.3
six==1.17.0 six==1.17.0
tomli==2.2.1 tomli==2.2.1
tomlkit==0.13.2 tomlkit==0.13.2
typing_extensions==4.13.1 typing_extensions==4.13.2
uritemplate==4.1.1 uritemplate==4.1.1
# urllib3==2.3.0 # urllib3==2.4.0

View File

@ -12,6 +12,6 @@ pyproject_hooks==1.2.0
pyroma==4.2 pyroma==4.2
requests==2.32.3 requests==2.32.3
tomli==2.2.1 tomli==2.2.1
trove-classifiers==2025.3.19.19 trove-classifiers==2025.4.11.15
urllib3==2.3.0 urllib3==2.4.0
zipp==3.21.0 zipp==3.21.0

View File

@ -22,5 +22,5 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==2.0.0 sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0 sphinxcontrib-serializinghtml==2.0.0
tomli==2.2.1 tomli==2.2.1
urllib3==2.3.0 urllib3==2.4.0
zipp==3.21.0 zipp==3.21.0

View File

@ -16,7 +16,7 @@ filelock==3.18.0
Flask==3.1.0 Flask==3.1.0
gherkin-official==29.0.0 gherkin-official==29.0.0
hunter==3.7.0 hunter==3.7.0
hypothesis==6.130.9 hypothesis==6.131.0
idna==3.10 idna==3.10
importlib_metadata==8.6.1 importlib_metadata==8.6.1
importlib_resources==6.5.2 importlib_resources==6.5.2
@ -28,14 +28,14 @@ jaraco.context==6.0.1
jaraco.functools==4.1.0 jaraco.functools==4.1.0
jaraco.text==3.12.1 jaraco.text==3.12.1
# Jinja2==3.1.6 # Jinja2==3.1.6
Mako==1.3.9 Mako==1.3.10
manhole==1.8.1 manhole==1.8.1
# MarkupSafe==3.0.2 # MarkupSafe==3.0.2
more-itertools==10.6.0 more-itertools==10.6.0
packaging==24.2 packaging==24.2
parse==1.20.2 parse==1.20.2
parse_type==0.6.4 parse_type==0.6.4
pillow==11.1.0 pillow==11.2.1
platformdirs==4.3.7 platformdirs==4.3.7
pluggy==1.5.0 pluggy==1.5.0
py-cpuinfo==9.0.0 py-cpuinfo==9.0.0
@ -47,7 +47,7 @@ pytest-cov==6.1.1
pytest-instafail==0.5.0 pytest-instafail==0.5.0
pytest-mock==3.14.0 pytest-mock==3.14.0
pytest-qt==4.4.0 pytest-qt==4.4.0
pytest-repeat==0.9.3 pytest-repeat==0.9.4
pytest-rerunfailures==15.0 pytest-rerunfailures==15.0
pytest-xdist==3.6.1 pytest-xdist==3.6.1
pytest-xvfb==3.1.1 pytest-xvfb==3.1.1
@ -57,11 +57,11 @@ requests-file==2.1.0
six==1.17.0 six==1.17.0
sortedcontainers==2.4.0 sortedcontainers==2.4.0
soupsieve==2.6 soupsieve==2.6
tldextract==5.1.3 tldextract==5.2.0
tomli==2.2.1 tomli==2.2.1
typeguard==4.3.0 typeguard==4.3.0
typing_extensions==4.13.1 typing_extensions==4.13.2
urllib3==2.3.0 urllib3==2.4.0
vulture==2.14 vulture==2.14
Werkzeug==3.1.3 Werkzeug==3.1.3
zipp==3.21.0 zipp==3.21.0

View File

@ -13,6 +13,6 @@ pyproject-api==1.9.0
setuptools==78.1.0 setuptools==78.1.0
tomli==2.2.1 tomli==2.2.1
tox==4.25.0 tox==4.25.0
typing_extensions==4.13.1 typing_extensions==4.13.2
virtualenv==20.30.0 virtualenv==20.30.0
wheel==0.45.1 wheel==0.45.1