From 8a6fdab4cb4f1ae0d3c0220df93661c47b1b7e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 16:12:29 +0000 Subject: [PATCH 1/2] chore(deps-dev): update hypothesis requirement Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.21.0...v6.161.5) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.161.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 524a4e1b..283fff09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ hooks = [ # Note that the `custom_exit_code` and `env` plugins may currently be unmaintained. test = [ "faker ==40.36.0", - "hypothesis >=6.21.0,<6.152.10", + "hypothesis >=6.161.5,<6.161.6", "pytest >=9.0.3,<9.1.0", # Pin until fixed: https://github.com/smarie/python-pytest-cases/issues/385 "pytest-benchmark ==5.2.3", "pytest-cases ==3.10.1", From 0691cff6e82d6adccda2ab0faf54d7afe6fc8bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Tr=C3=B6ger?= Date: Wed, 29 Jul 2026 09:22:53 -0700 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20don=E2=80=99t=20modify=20lower=20v?= =?UTF-8?q?ersion=20range?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 283fff09..375658d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ hooks = [ # Note that the `custom_exit_code` and `env` plugins may currently be unmaintained. test = [ "faker ==40.36.0", - "hypothesis >=6.161.5,<6.161.6", + "hypothesis >=6.21.0,<6.161.6", "pytest >=9.0.3,<9.1.0", # Pin until fixed: https://github.com/smarie/python-pytest-cases/issues/385 "pytest-benchmark ==5.2.3", "pytest-cases ==3.10.1",