From c1efee0013207650e2f9b91faa8234e0895a1830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 00:16:59 +0000 Subject: [PATCH] chore(deps): bump schemathesis Bumps the python-minor-patch group with 1 update in the / directory: [schemathesis](https://github.com/schemathesis/schemathesis). Updates `schemathesis` from 4.24.0 to 4.24.3 - [Release notes](https://github.com/schemathesis/schemathesis/releases) - [Changelog](https://github.com/schemathesis/schemathesis/blob/master/CHANGELOG.md) - [Commits](https://github.com/schemathesis/schemathesis/compare/v4.24.0...v4.24.3) --- updated-dependencies: - dependency-name: schemathesis dependency-version: 4.24.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f069c6b8..e4effcb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ integrations = [ "mcp>=1.0,<2", ] contract = [ - "schemathesis==4.24.0", + "schemathesis==4.24.3", ] dev = [ "bandit>=1.9,<2",