From 38dfd199a0788d01b4dc70131d6e999c42ad932b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 17:53:28 +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.160.0) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.160.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index b06081cb4..7d3705604 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.160.0 freezegun>=0.3.11 mock; python_version<'3.8' # backport that contains AsyncMock class, includes mock library as dependency pre-commit