upd vban-cmd dep

This commit is contained in:
Onyx and Iris 2025-01-17 03:06:55 +00:00
parent b720494c68
commit ae200068d0
2 changed files with 8 additions and 8 deletions

12
poetry.lock generated
View File

@ -223,18 +223,18 @@ files = [
[[package]]
name = "vban-cmd"
version = "2.4.12"
version = "2.5.0"
description = "Python interface for the VBAN RT Packet Service (Sendtext)"
optional = false
python-versions = "<4.0,>=3.10"
python-versions = ">=3.10"
groups = ["main"]
files = [
{file = "vban_cmd-2.4.12-py3-none-any.whl", hash = "sha256:418f97a22b474f97e985149eedcd66756e2a192c92225cdf5c37640f235e46e8"},
{file = "vban_cmd-2.4.12.tar.gz", hash = "sha256:3bc1b0ff584d1c3e611d9f0c29d4a8a1a017ebcb891bf0c8ee458a95e711ec06"},
{file = "vban_cmd-2.5.0-py3-none-any.whl", hash = "sha256:22a19037066487d464a61941a3b85a0331b498a9efb1bcacdc932e9d06c5bf87"},
{file = "vban_cmd-2.5.0.tar.gz", hash = "sha256:691a852e5052e50103839b06a0a9d0746b90df3346545c2cf4f10b099d9666e4"},
]
[package.dependencies]
tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version < \"3.11\""}
tomli = {version = ">=2.0.1,<3.0", markers = "python_version < \"3.11\""}
[[package]]
name = "voicemeeter-api"
@ -254,4 +254,4 @@ tomli = {version = ">=2.0.1,<3.0", markers = "python_version < \"3.11\""}
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<3.14"
content-hash = "dcdeea1bbc5ce5b15a8aa22261b8958926d8ee28a9651544260df76887dea8cc"
content-hash = "19c384acd36868a5bfdc3f3173f444858136603694c3f1134c0d30cd17157651"

View File

@ -1,6 +1,6 @@
[project]
name = "voicemeeter-compact"
version = "1.9.6"
version = "1.9.7"
description = "A Compact Voicemeeter Remote App"
authors = [
{name = "Onyx and Iris",email = "code@onyxandiris.online"}
@ -10,7 +10,7 @@ readme = "README.md"
requires-python = ">=3.10,<3.14"
dependencies = [
"voicemeeter-api (>=2.6.1,<3.0.0)",
"vban-cmd (>=2.4.12,<3.0.0)",
"vban-cmd (>=2.5.0,<3.0.0)",
"sv-ttk (>=2.6.0,<3.0.0)",
"tomli (>=2.0.1,<3.0) ; python_version < '3.11'",
]