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]