From 5bff5a2299472f3ef4673865565ecc01c716f816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 15:23:14 +0000 Subject: [PATCH] build(deps): bump cloudevents from 2.1.0 to 2.2.0 Bumps [cloudevents](https://github.com/cloudevents/sdk-python) from 2.1.0 to 2.2.0. - [Changelog](https://github.com/cloudevents/sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudevents/sdk-python/compare/2.1.0...2.2.0) --- updated-dependencies: - dependency-name: cloudevents dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e16d8d0b..562cc7d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ readme = "README.md" requires-python = ">=3.10" license = {text = "LGPL-2.1-or-later"} dependencies = [ - "cloudevents == 2.1.0", + "cloudevents == 2.2.0", "beanie == 2.1.0", "fastapi[all] == 0.136.1", "fastapi-pagination == 0.15.12",