From 02f96ddf6278635bb663f72743b1c46ea1454c78 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 7 Mar 2026 15:56:02 +0000 Subject: [PATCH] bump 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 4970405..b60bc4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "A command-line interface for Voicemeeter leveraging VBAN." readme = "README.md" license = { text = "LICENSE" } requires-python = ">=3.13" -dependencies = ["cyclopts>=4.6.0", "loguru>=0.7.3", "vban-cmd>=2.9.6"] +dependencies = ["cyclopts>=4.6.0", "loguru>=0.7.3", "vban-cmd>=2.10.1"] classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", diff --git a/uv.lock b/uv.lock index 138c58f..14e91d5 100644 --- a/uv.lock +++ b/uv.lock @@ -141,7 +141,7 @@ requires-dist = [ [[package]] name = "vban-cmd" -version = "2.9.7" +version = "2.10.1" source = { editable = "../vban-cmd-python" } [package.metadata]