Skip to content

Commit 5a6dc69

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 772d1e2 commit 5a6dc69

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
@@ -33,7 +33,7 @@ classifiers = [
3333
]
3434

3535
dependencies = [
36-
"pkn>=0.3,<0.4"
36+
"pkn>=0.3,<0.5"
3737
]
3838

3939
[project.optional-dependencies]

0 commit comments

Comments
 (0)