Skip to content

Commit 1fc5b47

Browse files
authored
Merge pull request #22 from python-project-templates/dependabot/pip/pkn-gte-0.3-and-lt-0.5
Update pkn requirement from <0.4,>=0.3 to >=0.3,<0.5
2 parents fb74383 + dc1b4ae commit 1fc5b47

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.29",
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)