diff --git a/pyproject.toml b/pyproject.toml index 863dea7..4538fc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vban-cmd" -version = "2.7.1" +version = "2.8.0" description = "Python interface for the VBAN RT Packet Service (Sendtext)" authors = [{ name = "Onyx and Iris", email = "code@onyxandiris.online" }] license = { text = "MIT" } @@ -9,7 +9,7 @@ requires-python = ">=3.10" dependencies = ["tomli (>=2.0.1,<3.0) ; python_version < '3.11'"] [tool.poetry.requires-plugins] -poethepoet = "^0.35.0" +poethepoet = ">=0.42.0" [tool.poetry.group.dev.dependencies] pytest = "^8.3.4"