From 8979bcf26819a5c7ad98cb1939d6d11950529316 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Mon, 20 Jun 2022 00:24:20 +0100 Subject: [PATCH] bump dependency versions --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5ade5be..e618e65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,8 +15,8 @@ include = ["vmcompact/img/cat.ico"] [tool.poetry.dependencies] python = "^3.11" sv-ttk = "^0.1" -voicemeeter-api = { version = "^0.1.6", python = "^3.10" } -vban-cmd = { version = "^1.0.5", python = "^3.10" } +voicemeeter-api = { version = "^0.1.9", python = "^3.10" } +vban-cmd = { version = "^1.0.8", python = "^3.10" } [tool.poetry.dev-dependencies]