Skip to content

Commit a0d78dd

Browse files
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](1kbgz/pkn@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] <support@github.com>
1 parent 79383df commit a0d78dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
]
3838

3939
dependencies = [
40-
"pkn>=0.3,<0.5"
40+
"pkn>=0.3,<0.6"
4141
]
4242

4343
[project.optional-dependencies]

0 commit comments

Comments
 (0)