Merge pull request #8142 from qutebrowser/update-dependencies

Update dependencies
This commit is contained in:
toofar 2024-03-25 19:14:04 +13:00 committed by GitHub
commit 52c83cf485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 22 additions and 19 deletions

View File

@ -2,7 +2,7 @@
build==1.1.1
check-manifest==0.49
importlib_metadata==7.0.2
importlib_metadata==7.1.0
packaging==24.0
pyproject_hooks==1.0.0
tomli==2.0.1

View File

@ -10,11 +10,13 @@ docutils==0.20.1
github3.py==4.0.1
hunter==3.6.1
idna==3.6
importlib_metadata==7.0.2
importlib_resources==6.3.1
importlib_metadata==7.1.0
importlib_resources==6.4.0
jaraco.classes==3.3.1
jaraco.context==4.3.0
jaraco.functools==4.0.0
jeepney==0.8.0
keyring==24.3.1
keyring==25.0.0
manhole==1.8.0
markdown-it-py==3.0.0
mdurl==0.1.2

View File

@ -2,7 +2,7 @@
chardet==5.2.0
diff_cover==8.0.3
importlib_resources==6.3.1
importlib_resources==6.4.0
Jinja2==3.1.3
lxml==5.1.0
MarkupSafe==2.1.5

View File

@ -1,7 +1,7 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
altgraph==0.17.4
importlib_metadata==7.0.2
importlib_metadata==7.1.0
packaging==24.0
pyinstaller==6.5.0
pyinstaller-hooks-contrib==2024.3

View File

@ -5,7 +5,7 @@ certifi==2024.2.2
charset-normalizer==3.3.2
docutils==0.20.1
idna==3.6
importlib_metadata==7.0.2
importlib_metadata==7.1.0
packaging==24.0
Pygments==2.17.2
pyproject_hooks==1.0.0

View File

@ -7,7 +7,7 @@ charset-normalizer==3.3.2
docutils==0.20.1
idna==3.6
imagesize==1.4.1
importlib_metadata==7.0.2
importlib_metadata==7.1.0
Jinja2==3.1.3
MarkupSafe==2.1.5
packaging==24.0

View File

@ -13,9 +13,9 @@ execnet==2.0.2
filelock==3.13.1
Flask==3.0.2
hunter==3.6.1
hypothesis==6.99.7
hypothesis==6.99.13
idna==3.6
importlib_metadata==7.0.2
importlib_metadata==7.1.0
iniconfig==2.0.0
itsdangerous==2.1.2
jaraco.functools==4.0.0
@ -33,9 +33,9 @@ Pygments==2.17.2
pytest==8.1.1
pytest-bdd==7.1.2
pytest-benchmark==4.0.0
pytest-cov==4.1.0
pytest-cov==5.0.0
pytest-instafail==0.5.0
pytest-mock==3.12.0
pytest-mock==3.14.0
pytest-qt==4.4.0
pytest-repeat==0.9.3
pytest-rerunfailures==14.0
@ -47,7 +47,7 @@ requests-file==2.0.0
six==1.16.0
sortedcontainers==2.4.0
soupsieve==2.5
tldextract==5.1.1
tldextract==5.1.2
tomli==2.0.1
typing_extensions==4.10.0
urllib3==2.2.1

View File

@ -12,6 +12,6 @@ pluggy==1.4.0
pyproject-api==1.6.1
setuptools==69.2.0
tomli==2.0.1
tox==4.14.1
tox==4.14.2
virtualenv==20.25.1
wheel==0.43.0

View File

@ -2,7 +2,7 @@
adblock==0.6.0
colorama==0.4.6
importlib_resources==6.3.1 ; python_version=="3.8.*"
importlib_resources==6.4.0 ; python_version=="3.8.*"
Jinja2==3.1.3
MarkupSafe==2.1.5
Pygments==2.17.2

View File

@ -78,7 +78,6 @@
"sphinxcontrib-jsmath": "https://www.sphinx-doc.org/en/master/changes.html",
"sphinxcontrib-qthelp": "https://www.sphinx-doc.org/en/master/changes.html",
"sphinxcontrib-serializinghtml": "https://www.sphinx-doc.org/en/master/changes.html",
"jaraco.functools": "https://jaracofunctools.readthedocs.io/en/latest/history.html",
"parse": "https://github.com/r1chardj0n3s/parse#potential-gotchas",
"Pympler": "https://github.com/pympler/pympler/blob/master/CHANGELOG.md",
"pytest-mock": "https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst",
@ -135,15 +134,17 @@
"adblock": "https://github.com/ArniDagur/python-adblock/blob/master/CHANGELOG.md",
"importlib_resources": "https://importlib-resources.readthedocs.io/en/latest/history.html",
"importlib_metadata": "https://github.com/python/importlib_metadata/blob/main/NEWS.rst",
"zipp": "https://github.com/jaraco/zipp/blob/main/NEWS.rst",
"zipp": "https://zipp.readthedocs.io/en/latest/history.html",
"pip": "https://pip.pypa.io/en/stable/news/",
"wheel": "https://wheel.readthedocs.io/en/stable/news.html",
"setuptools": "https://setuptools.readthedocs.io/en/latest/history.html",
"pefile": "https://github.com/erocarrera/pefile/commits/master",
"SecretStorage": "https://github.com/mitya57/secretstorage/blob/master/changelog",
"jeepney": "https://gitlab.com/takluyver/jeepney/-/blob/master/docs/release-notes.rst",
"keyring": "https://github.com/jaraco/keyring/blob/main/NEWS.rst",
"jaraco.classes": "https://github.com/jaraco/jaraco.classes/blob/main/NEWS.rst",
"keyring": "https://keyring.readthedocs.io/en/latest/history.html",
"jaraco.classes": "https://jaracoclasses.readthedocs.io/en/latest/history.html",
"jaraco.context": "https://jaracocontext.readthedocs.io/en/latest/history.html",
"jaraco.functools": "https://jaracofunctools.readthedocs.io/en/latest/history.html",
"pkginfo": "https://bazaar.launchpad.net/~tseaver/pkginfo/trunk/view/head:/CHANGES.txt",
"readme_renderer": "https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst",
"requests-toolbelt": "https://github.com/requests/toolbelt/blob/master/HISTORY.rst",