From 1075dc9ab8c8dc88995357c639e9e363df21af7b Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot <137812415+platform-engineering-bot@users.noreply.github.com> Date: Mon, 15 Apr 2024 02:18:15 +0200 Subject: [PATCH] Update dependency cbor2 to v5.6.3 Signed-off-by: Platform Engineering Bot --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2cf9855..24d8706 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ arcaflow-plugin-sdk==0.13.0 ; python_version >= "3.9" and python_version < "4.0" -cbor2==5.6.2 ; python_version >= "3.9" and python_version < "4.0" +cbor2==5.6.3 ; python_version >= "3.9" and python_version < "4.0" pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "4.0"