From f2f38d944a294bc8f9b62464b92f042145254ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:11:57 +0000 Subject: [PATCH] chore(deps): bump the python-minor-patch group across 1 directory with 2 updates Bumps the python-minor-patch group with 2 updates in the / directory: [apache-flink](https://github.com/apache/flink) and [schemathesis](https://github.com/schemathesis/schemathesis). Updates `apache-flink` from 2.2.1 to 2.3.0 - [Commits](https://github.com/apache/flink/commits) Updates `schemathesis` from 4.21.1 to 4.21.10 - [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.1...v4.21.10) --- updated-dependencies: - dependency-name: apache-flink dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: schemathesis dependency-version: 4.21.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5ee139e..7e34df5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] flink = [ - "apache-flink==2.2.1", + "apache-flink==2.3.0", ] cloud = [ "boto3>=1.35,<2", @@ -59,7 +59,7 @@ integrations = [ "llama-index-core>=0.12,<1", ] contract = [ - "schemathesis==4.21.1", + "schemathesis==4.21.10", ] dev = [ "bandit>=1.9,<2",