From b226db90e4476fa0a39ffc6107058d172a8fd5e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 19:56:01 +0000 Subject: [PATCH] [noissue]: Bump cloudevents from 1.10.1 to 1.11.0 Bumps [cloudevents](https://github.com/cloudevents/sdk-python) from 1.10.1 to 1.11.0. - [Changelog](https://github.com/cloudevents/sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudevents/sdk-python/compare/1.10.1...1.11.0) --- updated-dependencies: - dependency-name: cloudevents dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e517185e7e..27571c8c29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ asyncio-throttle>=1.0,<=1.0.2 async-timeout>=4.0.3,<4.0.4;python_version<"3.11" backoff>=2.1.2,<2.2.2 click>=8.1.0,<=8.1.7 -cloudevents==1.10.1 # Pinned because project warns "things might (and will) break with every update" +cloudevents==1.11.0 # Pinned because project warns "things might (and will) break with every update" confluent-kafka~=2.4.0 cryptography>=38.0.1,<43.0.1 Django~=4.2.0 # LTS version, switch only if we have a compelling reason to