diff --git a/pyproject.toml b/pyproject.toml index 074e067..d5984c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ dynamic = ["version"] description = "Plugin template for Knoc" readme = "README.md" requires-python = ">=3.13" -dependencies = ["knoc>=0.1.22"] +dependencies = ["knoc>=0.1.56"] [[tool.uv.index]] url = "https://code.philo.ydns.eu/api/packages/philorg/pypi/simple/" @@ -20,11 +20,7 @@ requires = ["hatchling", "uv-dynamic-versioning"] build-backend = "hatchling.build" [dependency-groups] -dev = [ - "dunamai>=1.24.1", - "ipdb>=0.13.13", - "pytest-asyncio>=1.0.0", -] +dev = ["dunamai>=1.24.1", "ipdb>=0.13.13", "pytest-asyncio>=1.0.0"] [tool.hatch.build.targets.wheel] packages = ["src/knoc_plugin_template"]