From fe3ad8997a4648c25c611a9a505d6b1155cd61dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:45:22 +0000 Subject: [PATCH] Bump the minor-and-patch group across 1 directory with 3 updates Bumps the minor-and-patch group with 3 updates in the /confluent-agents directory: [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python), [requests](https://github.com/psf/requests) and [fastmcp](https://github.com/PrefectHQ/fastmcp). Updates `confluent-kafka` from 2.14.0 to 2.14.2 - [Release notes](https://github.com/confluentinc/confluent-kafka-python/releases) - [Changelog](https://github.com/confluentinc/confluent-kafka-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/confluentinc/confluent-kafka-python/compare/v2.14.0...v2.14.2) Updates `requests` from 2.32.5 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.34.2) Updates `fastmcp` from 3.1.1 to 3.4.2 - [Release notes](https://github.com/PrefectHQ/fastmcp/releases) - [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx) - [Commits](https://github.com/PrefectHQ/fastmcp/compare/v3.1.1...v3.4.2) --- updated-dependencies: - dependency-name: confluent-kafka dependency-version: 2.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: fastmcp dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- confluent-agents/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/confluent-agents/requirements.txt b/confluent-agents/requirements.txt index 2a2d2ed..a70e7c1 100644 --- a/confluent-agents/requirements.txt +++ b/confluent-agents/requirements.txt @@ -1,4 +1,4 @@ -confluent-kafka==2.14.0 +confluent-kafka==2.14.2 python-dotenv==1.2.2 -requests==2.32.5 -fastmcp==3.1.1 +requests==2.34.2 +fastmcp==3.4.2