From dbf995995576b022c4095a1f6602d4a9481d1da7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:46:36 +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.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 f5fd3e24d..3bb90affb 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