From ec5d1a5de5852025314b9d324c609280260ae061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:02:30 +0000 Subject: [PATCH] build(deps): bump cloudevents from 1.9.0 to 2.0.0 Bumps [cloudevents](https://github.com/cloudevents/sdk-python) from 1.9.0 to 2.0.0. - [Changelog](https://github.com/cloudevents/sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudevents/sdk-python/compare/1.9.0...2.0.0) --- updated-dependencies: - dependency-name: cloudevents dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cccda094..1ea40a43 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 == 1.9.0", + "cloudevents == 2.0.0", "beanie == 1.29.0", "fastapi[all] == 0.135.3", "fastapi-pagination == 0.12.30",