bump dependency ver

This commit is contained in:
onyx-and-iris 2024-07-03 08:41:23 +01:00
parent e645437d1d
commit 1c5c8893ad
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
groups = ["default", "build", "lint"] groups = ["default", "build", "lint"]
strategy = ["cross_platform", "inherit_metadata"] strategy = ["cross_platform", "inherit_metadata"]
lock_version = "4.4.2" lock_version = "4.4.2"
content_hash = "sha256:98da2a5aacae6a5e25fbd3bf98d3dfbbf87c1a57c4d807fe475df63bd7b0990c" content_hash = "sha256:24da3456e709ca07cb83968d98b9e0b1ce533bf153076cc16bc34c66e047a70c"
[[package]] [[package]]
name = "altgraph" name = "altgraph"

View File

@ -5,7 +5,7 @@ description = "A Voicemeeter app compatible with NVDA"
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }] authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]
dependencies = [ dependencies = [
"pyparsing>=3.1.1", "pyparsing>=3.1.1",
"voicemeeter-api>=2.5.3", "voicemeeter-api>=2.6.0",
"freesimplegui>=5.1.0", "freesimplegui>=5.1.0",
] ]
requires-python = ">=3.10,<3.12" requires-python = ">=3.10,<3.12"