From f1bd8259174b3aee6e239d7077fb60aebeeb0e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:02:37 +0000 Subject: [PATCH] build(deps): bump cloudevents from 2.0.0 to 2.1.0 Bumps [cloudevents](https://github.com/cloudevents/sdk-python) from 2.0.0 to 2.1.0. - [Changelog](https://github.com/cloudevents/sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudevents/sdk-python/compare/2.0.0...2.1.0) --- updated-dependencies: - dependency-name: cloudevents dependency-version: 2.1.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 6723ea3d..b20b3cb9 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.0.0", + "cloudevents == 2.1.0", "beanie == 2.1.0", "fastapi[all] == 0.136.1", "fastapi-pagination == 0.15.12",