From 39458b8166c6024803e7aae43a05e43a4840c5ae Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Thu, 7 Jul 2022 01:51:15 +0100 Subject: [PATCH] upd dependency --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 24d19c1..4a5a058 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "voicemeeter-compact" -version = "1.0.8" +version = "1.0.9" description = "A Compact Voicemeeter Remote App" authors = ["onyx-and-iris "] license = "MIT" @@ -16,7 +16,7 @@ include = ["vmcompact/img/cat.ico"] python = "^3.11" sv-ttk = "^0.1" voicemeeter-api = { version = "^0.2.1", python = "^3.10" } -vban-cmd = { version = "^1.1.1", python = "^3.10" } +vban-cmd = { version = "^1.1.2", python = "^3.10" } [tool.poetry.dev-dependencies] black = {version = "^22.6.0", allow-prereleases = true}