From a0383113448a166dadf75b3e9527b228c95bfeb7 Mon Sep 17 00:00:00 2001 From: Alexander Rashed Date: Wed, 18 Dec 2024 17:03:05 +0100 Subject: [PATCH] bump minimum version of cbor --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebafffcf845a1..40487a71fdcd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ base-runtime = [ # pinned / updated by ASF update action "botocore==1.35.81", "awscrt>=0.13.14", - "cbor2>=5.2.0", + "cbor2>=5.5.0", "dnspython>=1.16.0", "docker>=6.1.1", "jsonpatch>=1.24",