From a0d78dd1608a746b8b9820ef3ad02b52ef89ab37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:26:48 +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 b9b9654..ef826c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ ] dependencies = [ - "pkn>=0.3,<0.5" + "pkn>=0.3,<0.6" ] [project.optional-dependencies]