Skip to content

Commit dc1b4ae

Browse files
Update pkn requirement from <0.4,>=0.3 to >=0.3,<0.5
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.4.2) --- updated-dependencies: - dependency-name: pkn dependency-version: 0.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6466e18 commit dc1b4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
dependencies = [
3333
"hatchling>=1.14.1,<1.28",
3434
"p2a>=0.1.1,<0.2",
35-
"pkn>=0.3,<0.4",
35+
"pkn>=0.3,<0.5",
3636
]
3737

3838
[project.optional-dependencies]

0 commit comments

Comments
 (0)