From 1d126f4b41ad2e1b72d3afb69b0942b6d247b58a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 23:32:38 +0000 Subject: [PATCH] Update pkn requirement from <0.5,>=0.3 to >=0.3,<0.6 Updates the requirements on [pkn](https://github.com/1kbgz/pkn) to permit the latest version. - [Release notes](https://github.com/1kbgz/pkn/releases) - [Commits](https://github.com/1kbgz/pkn/compare/v0.3.0...v0.5.0) --- updated-dependencies: - dependency-name: pkn dependency-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c44a857..537cf77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ dependencies = [ "hatchling>=1.14.1,<1.30", "p2a>=0.1.1,<0.2", - "pkn>=0.3,<0.5", + "pkn>=0.3,<0.6", ] [project.optional-dependencies]