Skip to content

Commit a27de0f

Browse files
authored
Merge pull request #20 from python-project-templates/dependabot/pip/pkn-gte-0.3-and-lt-0.6
Update pkn requirement from <0.5,>=0.3 to >=0.3,<0.6
2 parents 79383df + a0d78dd commit a27de0f

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)