From 08df55c996d1ceaac56a4be8bcb0657d6acf40bd Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Wed, 6 Mar 2024 12:29:32 +0100 Subject: [PATCH] misc: Update CPython dependencies. Signed-off-by: iabdalkader --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1d1eb45..f09aa60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,8 +21,8 @@ classifiers = [ "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", ] dependencies = [ - 'cbor2 >= 5.4.6', - 'micropython-senml >= 0.1.0', + 'cbor2 >= 5.6.2', + 'micropython-senml >= 0.1.1', ] [project.urls]