summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-09-11 12:27:24 +0200
committerGitHub <noreply@github.com>2023-09-11 12:27:24 +0200
commitb070cf45dbed27771578d98f3f4129d1f52a28f3 (patch)
tree977ab53d037ca922d5eb88131577c8674159f896
parent6e184c44cecfc579fd987d582f61c448ade6b0f5 (diff)
parent96805e7d624ca15713616b2e46df8d651f2cc408 (diff)
downloadqutebrowser-b070cf45dbed27771578d98f3f4129d1f52a28f3.tar.gz
qutebrowser-b070cf45dbed27771578d98f3f4129d1f52a28f3.zip
Merge pull request #7907 from qutebrowser/update-dependencies
Update dependencies
-rw-r--r--misc/requirements/requirements-check-manifest.txt2
-rw-r--r--misc/requirements/requirements-dev.txt7
-rw-r--r--misc/requirements/requirements-mypy.txt2
-rw-r--r--misc/requirements/requirements-pyroma.txt2
-rw-r--r--misc/requirements/requirements-sphinx.txt2
-rw-r--r--misc/requirements/requirements-tests.txt8
-rw-r--r--misc/requirements/requirements-tox.txt6
-rw-r--r--scripts/dev/changelog_urls.json5
-rw-r--r--tests/conftest.py15
9 files changed, 21 insertions, 28 deletions
diff --git a/misc/requirements/requirements-check-manifest.txt b/misc/requirements/requirements-check-manifest.txt
index f910d7953..fd8e314be 100644
--- a/misc/requirements/requirements-check-manifest.txt
+++ b/misc/requirements/requirements-check-manifest.txt
@@ -1,6 +1,6 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
-build==1.0.0
+build==1.0.3
check-manifest==0.49
importlib-metadata==6.8.0
packaging==23.1
diff --git a/misc/requirements/requirements-dev.txt b/misc/requirements/requirements-dev.txt
index 06980a280..3ecea73b4 100644
--- a/misc/requirements/requirements-dev.txt
+++ b/misc/requirements/requirements-dev.txt
@@ -1,7 +1,6 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
-bleach==6.0.0
-build==1.0.0
+build==1.0.3
bump2version==1.0.1
certifi==2023.7.22
cffi==1.15.1
@@ -20,6 +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
packaging==23.1
pkginfo==1.9.6
ply==3.11
@@ -30,7 +30,7 @@ Pympler==1.0.1
pyproject_hooks==1.0.0
PyQt-builder==1.15.2
python-dateutil==2.8.2
-readme-renderer==41.0
+readme-renderer==42.0
requests==2.31.0
requests-toolbelt==1.0.0
rfc3986==2.0.0
@@ -43,5 +43,4 @@ twine==4.0.2
typing_extensions==4.7.1
uritemplate==4.1.1
# urllib3==2.0.4
-webencodings==0.5.1
zipp==3.16.2
diff --git a/misc/requirements/requirements-mypy.txt b/misc/requirements/requirements-mypy.txt
index ba7715b14..14ec7c124 100644
--- a/misc/requirements/requirements-mypy.txt
+++ b/misc/requirements/requirements-mypy.txt
@@ -16,6 +16,6 @@ types-colorama==0.4.15.12
types-docutils==0.20.0.3
types-Pygments==2.16.0.0
types-PyYAML==6.0.12.11
-types-setuptools==68.1.0.1
+types-setuptools==68.2.0.0
typing_extensions==4.7.1
zipp==3.16.2
diff --git a/misc/requirements/requirements-pyroma.txt b/misc/requirements/requirements-pyroma.txt
index d41367100..ba65ace11 100644
--- a/misc/requirements/requirements-pyroma.txt
+++ b/misc/requirements/requirements-pyroma.txt
@@ -1,6 +1,6 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
-build==1.0.0
+build==1.0.3
certifi==2023.7.22
charset-normalizer==3.2.0
docutils==0.20.1
diff --git a/misc/requirements/requirements-sphinx.txt b/misc/requirements/requirements-sphinx.txt
index 3557eab6c..77158cace 100644
--- a/misc/requirements/requirements-sphinx.txt
+++ b/misc/requirements/requirements-sphinx.txt
@@ -12,7 +12,7 @@ Jinja2==3.1.2
MarkupSafe==2.1.3
packaging==23.1
Pygments==2.16.1
-pytz==2023.3
+pytz==2023.3.post1
requests==2.31.0
snowballstemmer==2.2.0
Sphinx==7.1.2
diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt
index 1c956cc6e..c6375cf49 100644
--- a/misc/requirements/requirements-tests.txt
+++ b/misc/requirements/requirements-tests.txt
@@ -7,13 +7,13 @@ certifi==2023.7.22
charset-normalizer==3.2.0
cheroot==10.0.0
click==8.1.7
-coverage==7.3.0
+coverage==7.3.1
exceptiongroup==1.1.3
execnet==2.0.2
filelock==3.12.3
Flask==2.3.3
hunter==3.6.1
-hypothesis==6.84.2
+hypothesis==6.84.3
idna==3.4
importlib-metadata==6.8.0
iniconfig==2.0.0
@@ -30,7 +30,7 @@ parse-type==0.6.2
pluggy==1.3.0
py-cpuinfo==9.0.0
Pygments==2.16.1
-pytest==7.4.1
+pytest==7.4.2
pytest-bdd==6.1.1
pytest-benchmark==4.0.0
pytest-cov==4.1.0
@@ -47,7 +47,7 @@ requests-file==1.5.1
six==1.16.0
sortedcontainers==2.4.0
soupsieve==2.5
-tldextract==3.4.4
+tldextract==3.5.0
toml==0.10.2
tomli==2.0.1
typing_extensions==4.7.1
diff --git a/misc/requirements/requirements-tox.txt b/misc/requirements/requirements-tox.txt
index fab75620d..58ea4e0a7 100644
--- a/misc/requirements/requirements-tox.txt
+++ b/misc/requirements/requirements-tox.txt
@@ -10,9 +10,9 @@ pip==23.2.1
platformdirs==3.10.0
pluggy==1.3.0
pyproject-api==1.6.1
-setuptools==68.1.2
+setuptools==68.2.0
tomli==2.0.1
-tox==4.11.1
+tox==4.11.3
typing_extensions==4.7.1
-virtualenv==20.24.4
+virtualenv==20.24.5
wheel==0.41.2
diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json
index 89d3b332a..5a9c9b34a 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -144,7 +144,6 @@
"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",
- "bleach": "https://github.com/mozilla/bleach/blob/main/CHANGES",
"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",
@@ -153,7 +152,6 @@
"requests-toolbelt": "https://github.com/requests/toolbelt/blob/master/HISTORY.rst",
"rfc3986": "https://rfc3986.readthedocs.io/en/latest/release-notes/index.html",
"twine": "https://twine.readthedocs.io/en/stable/changelog.html",
- "webencodings": "https://github.com/gsnedders/python-webencodings/commits/master",
"PyJWT": "https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst",
"rich": "https://github.com/Textualize/rich/blob/master/CHANGELOG.md",
"ply": "https://github.com/dabeaz/ply/blob/master/CHANGES",
@@ -165,5 +163,6 @@
"markdown-it-py": "https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md",
"mdurl": "https://github.com/executablebooks/mdurl/commits/master",
"blinker": "https://blinker.readthedocs.io/en/stable/#changes",
- "exceptiongroup": "https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst"
+ "exceptiongroup": "https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst",
+ "nh3": "https://github.com/messense/nh3/commits/main"
}
diff --git a/tests/conftest.py b/tests/conftest.py
index 6e948a3c9..2fea48c43 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -33,24 +33,19 @@ _qute_scheme_handler = None
# Set hypothesis settings
-suppressed_health_checks = [
- hypothesis.HealthCheck.function_scoped_fixture,
- # https://github.com/HypothesisWorks/hypothesis/issues/3733
- hypothesis.HealthCheck.differing_executors,
-]
hypothesis.settings.register_profile(
'default', hypothesis.settings(
deadline=600,
- suppress_health_check=suppressed_health_checks,
+ suppress_health_check=[hypothesis.HealthCheck.function_scoped_fixture],
)
)
hypothesis.settings.register_profile(
'ci', hypothesis.settings(
deadline=None,
- suppress_health_check=(
- suppressed_health_checks +
- [hypothesis.HealthCheck.too_slow]
- )
+ suppress_health_check=[
+ hypothesis.HealthCheck.function_scoped_fixture,
+ hypothesis.HealthCheck.too_slow
+ ]
)
)
hypothesis.settings.load_profile('ci' if testutils.ON_CI else 'default')