From a9dd747284b29456e0b586cb9dfe3c67b8b3b186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:24:59 +0000 Subject: [PATCH] chore(deps-dev): bump hypothesis from 6.158.0 to 6.158.1 in /apps/api Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.158.0 to 6.158.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.158.0...v6.158.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.158.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index c0cdf6c..0d1a134 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "aiosqlite==0.22.1", - "hypothesis==6.158.0", + "hypothesis==6.158.1", "mypy==2.3.0", "pytest==9.1.1", "pytest-asyncio==1.4.0",