From 47d3b652b6d30f3ebf43332969894703c90976c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 00:26:40 +0000 Subject: [PATCH] Bump hypothesis from 6.124.7 to 6.127.3 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.124.7 to 6.127.3. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.124.7...hypothesis-python-6.127.3) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 2 +- requirements/tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 00720e66c37..322ea338cef 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -169,7 +169,7 @@ hupper==1.12 # -r requirements/functests.txt # -r requirements/tests.txt # pyramid -hypothesis==6.124.7 +hypothesis==6.127.3 # via -r requirements/tests.txt importlib-metadata==7.0.1 # via diff --git a/requirements/tests.txt b/requirements/tests.txt index b2a586b657c..7d646476a2a 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -111,7 +111,7 @@ hupper==1.12 # via # -r requirements/prod.txt # pyramid -hypothesis==6.124.7 +hypothesis==6.127.3 # via -r requirements/tests.in importlib-metadata==7.0.1 # via pip-sync-faster