From f490e346cf99579b67162da9bdcbe3360954d98b Mon Sep 17 00:00:00 2001 From: Ion Reguera Date: Tue, 28 Jul 2026 17:30:45 +0200 Subject: [PATCH] chore(deps): bump cuemsutils 0.1.0rc10 -> 0.1.0rc11 in poetry.lock Picks up the free-text field coercion fix (ClickUp 869cqbpxa): cue names that are single letters from strtobool's vocabulary (n/N/f/F -> False, y/Y/t/T -> True) or bare digits were silently rewritten on save, and names of lowercase none/null failed XSD validation outright. pyproject.toml needs no change -- it is already cuemsutils = ">=0.1.0rc10", which rc11 satisfies. Only the hash-pinned lock entry moves. Lock regenerated with `poetry update --lock cuemsutils`; the only other change is the generator header (Poetry 2.3.2 -> 2.4.1, the version this repo pins on main). No other package versions moved. --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 319ae7c..ae81e34 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aiofiles" @@ -325,14 +325,14 @@ toml = ["tomli ; python_full_version <= \"3.11.0a6\""] [[package]] name = "cuemsutils" -version = "0.1.0rc10" +version = "0.1.0rc11" description = "Reusable classes and methods for CueMS system" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "cuemsutils-0.1.0rc10-py3-none-any.whl", hash = "sha256:36281cfcfdb4ffab1df04d885a566260930d333bd09635370b6a330d93819ad9"}, - {file = "cuemsutils-0.1.0rc10.tar.gz", hash = "sha256:9f4f33b8e4415efcc74c5c5d1d12c99d07ac721d7714bde8590c7fcb80624759"}, + {file = "cuemsutils-0.1.0rc11-py3-none-any.whl", hash = "sha256:fc3f2482e2b8be2d65a3988231fe6e2b7f9fdc794bc0c24f719dfea2d613d565"}, + {file = "cuemsutils-0.1.0rc11.tar.gz", hash = "sha256:159e325a1fc5ed4b39022672a6512193f9f53c3d583455d8c13d89375d0341f0"}, ] [package.dependencies]