Skip to content

Commit 24154ac

Browse files
authored
Merge pull request #6 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 772d1e2 + 5a6dc69 commit 24154ac

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)