From ad01eaff30e9cff694c4095fc3ab33e7ad42940a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 03:10:15 +0000 Subject: [PATCH] chore(deps): bump schemathesis in the python-minor-patch group Bumps the python-minor-patch group with 1 update: [schemathesis](https://github.com/schemathesis/schemathesis). Updates `schemathesis` from 4.21.10 to 4.22.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.21.10...v4.22.3) --- updated-dependencies: - dependency-name: schemathesis dependency-version: 4.22.3 dependency-type: direct:development update-type: version-update:semver-minor 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 34468a4..a1ecc92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ integrations = [ "llama-index-core>=0.12,<1", ] contract = [ - "schemathesis==4.21.10", + "schemathesis==4.22.3", ] dev = [ "bandit>=1.9,<2",