From 777b283c3c9ee9b408aca58a102947ae077d2031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 10:32:40 +0000 Subject: [PATCH] build(deps): update hypothesis requirement in /requirements 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-3.31.0...v6.165.2) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.165.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/freethreading.txt | 2 +- requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/freethreading.txt b/requirements/freethreading.txt index b72e5141f..f72919446 100644 --- a/requirements/freethreading.txt +++ b/requirements/freethreading.txt @@ -29,7 +29,7 @@ # hypothesis' pure-Python API, which is unchanged across that boundary. # # Everything else in test.txt installs unmodified on both 3.13t and 3.14t. -hypothesis>=3.31; python_version >= '3.14' +hypothesis>=6.165.2; python_version >= '3.14' hypothesis>=3.31,<6.130; python_version < '3.14' freezegun>=0.3.11 pytest-aiofiles>=0.2.0 diff --git a/requirements/test.txt b/requirements/test.txt index ab3faa506..c295f8bbc 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -8,7 +8,7 @@ autoflake flake8==5.0.4 # 5.0.4 can be upgraded to 6.0.0+ when we EOL Python 3.7 flake8-bugbear flake8-comprehensions -hypothesis>=3.31 +hypothesis>=6.165.2 freezegun>=0.3.11 mock; python_version<'3.8' # backport that contains AsyncMock class, includes mock library as dependency pre-commit