From 714ac704c88d7f4fbd6502914e428e9570710e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:42:50 +0000 Subject: [PATCH] Bump hypothesis from 6.75.1 to 6.112.2 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.75.1 to 6.112.2. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.75.1...hypothesis-python-6.112.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 1b692b7fe..b8072d25a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "coverage==7.2.5", "pytest==8.3.3", "pytest-cov==4.0.0", - "hypothesis==6.75.1", + "hypothesis==6.112.2", "pytest-mock==3.12.0", "fastapi==0.110.1", "httpx==0.27.0",