From 0b1ba23b9d23ba92fe37f52054f54071ded50434 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 27 Jun 2025 14:03:26 +0200 Subject: [PATCH] Bump knoc --- pyproject.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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"]