From: Yuval Lifshitz Date: Wed, 25 Mar 2026 18:17:56 +0000 (+0000) Subject: test/rgw/notification: fix the cloudevents package version X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2ca697fca1c343df847ebb25530b11148f447b20;p=ceph.git test/rgw/notification: fix the cloudevents package version Fixes: https://tracker.ceph.com/issues/75713 Signed-off-by: Yuval Lifshitz (cherry picked from commit 957b4b619049e31e890f32ac9ca2aa0c38fa0d30) Fixes: https://tracker.ceph.com/issues/76222 Signed-off-by: Adam C. Emerson --- diff --git a/src/test/rgw/bucket_notification/requirements.txt b/src/test/rgw/bucket_notification/requirements.txt index a82ef444af52..5fdd612e41c4 100644 --- a/src/test/rgw/bucket_notification/requirements.txt +++ b/src/test/rgw/bucket_notification/requirements.txt @@ -3,5 +3,5 @@ boto3 >=1.0.0 configparser >=5.0.0 kafka-python >=2.0.0 pika -cloudevents +cloudevents>=1.12.1,<2 xmltodict