From 1e899eb1e88fd9862e85d096a6c06e2c8718f916 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Mon, 2 Oct 2023 21:16:51 -0700 Subject: [PATCH] update ubcpdk --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 427b98d..846a910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ authors = [ keywords = ["python"] license = {file = "LICENSE"} dependencies = [ - "ubcpdk==2.2.1", + "ubcpdk==2.2.2", ] readme = "README.md" requires-python = ">=3.10"