bump dep versions

minor version bump
This commit is contained in:
onyx-and-iris 2022-10-04 16:06:47 +01:00
parent 35775f5024
commit 4db7be172b
3 changed files with 8 additions and 8 deletions

View File

@ -4,10 +4,10 @@
# kind = 'banana'
# ip = '<ip address 1>'
# streamname = 'Command1'
# port = 6990
# port = 6980
# [connection-2]
# kind = 'potato'
# ip = '<ip address 2>'
# streamname = 'Command1'
# port = 6990
# port = 6980

6
poetry.lock generated
View File

@ -84,7 +84,7 @@ python-versions = ">=3.7"
[[package]]
name = "vban-cmd"
version = "1.5.2"
version = "1.5.3"
description = "Python interface for the VBAN RT Packet Service (Sendtext)"
category = "main"
optional = false
@ -95,7 +95,7 @@ tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version < \"3.11\""}
[[package]]
name = "voicemeeter-api"
version = "0.8.1"
version = "0.8.2"
description = "A Python wrapper for the Voiceemeter API"
category = "main"
optional = false
@ -107,7 +107,7 @@ tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version < \"3.11\""}
[metadata]
lock-version = "1.1"
python-versions = "^3.10"
content-hash = "0fc1f7b08a87f389504c898142c5a0f2ed20c8f56deabb3028fa815774b7fc98"
content-hash = "2da10e88db831f9945432bd84f6423aa16985e1d99cdd95d886101a361a5a922"
[metadata.files]
black = []

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "voicemeeter-compact"
version = "1.6.0"
version = "1.6.1"
description = "A Compact Voicemeeter Remote App"
authors = ["onyx-and-iris <code@onyxandiris.online>"]
license = "MIT"
@ -16,8 +16,8 @@ include = ["vmcompact/img/cat.ico"]
python = "^3.10"
sv-ttk = "^2.0"
tomli = { version = "^2.0.1", python = "<3.11" }
voicemeeter-api = "^0.8.1"
vban-cmd = "^1.5.2"
voicemeeter-api = "^0.8.2"
vban-cmd = "^1.5.3"
[tool.poetry.dev-dependencies]
black = {version = "^22.6.0", allow-prereleases = true}