From 1b315d060102ac5a34aafe14765d47de16140a58 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 27 Feb 2026 21:09:40 +0000 Subject: [PATCH] upd vban-cmd dep version --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 92026e2..0032b65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" license = { text = "LICENSE" } requires-python = ">=3.13" -dependencies = ["cyclopts>=4.6.0", "vban-cmd>=2.5.2"] +dependencies = ["cyclopts>=4.6.0", "vban-cmd>=2.6.0"] classifiers = [ "Development Status :: 4 - Alpha", "Programming Language :: Python", diff --git a/uv.lock b/uv.lock index ce2989e..25a0925 100644 --- a/uv.lock +++ b/uv.lock @@ -117,7 +117,7 @@ requires-dist = [ [[package]] name = "vban-cmd" -version = "2.5.2" +version = "2.6.0" source = { directory = "../vban-cmd-python" } [package.metadata]