From ce4f1dea0f161442c99cc18dbe793dc504556a07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 01:58:21 +0000 Subject: [PATCH] Bump hypothesis from 6.122.0 to 6.123.2 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.122.0 to 6.123.2. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.122.0...hypothesis-python-6.123.2) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8539caada..849cfaceb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ "coverage==7.6.8", "pytest==8.3.3", "pytest-cov==6.0.0", - "hypothesis==6.122.0", + "hypothesis==6.123.2", "pytest-mock==3.14.0", "fastapi==0.115.5", "httpx==0.28.0",