diff --git a/pdm.lock b/pdm.lock index 44f9070..16340cd 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "build", "lint"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.2" -content_hash = "sha256:98da2a5aacae6a5e25fbd3bf98d3dfbbf87c1a57c4d807fe475df63bd7b0990c" +content_hash = "sha256:24da3456e709ca07cb83968d98b9e0b1ce533bf153076cc16bc34c66e047a70c" [[package]] name = "altgraph" diff --git a/pyproject.toml b/pyproject.toml index c489a36..f7db829 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "A Voicemeeter app compatible with NVDA" authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }] dependencies = [ "pyparsing>=3.1.1", - "voicemeeter-api>=2.5.3", + "voicemeeter-api>=2.6.0", "freesimplegui>=5.1.0", ] requires-python = ">=3.10,<3.12"