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]