Skip to content

Commit

Permalink
feat: permit semver 3.0.*
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdevpl committed Jun 12, 2024
1 parent 1d19ddd commit 1fc1e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boilerplates[cli,logging] ~= 1.0
GitPython ~= 3.1
packaging >= 23.0
semver ~= 2.13
semver >= 2.13, < 3.1

0 comments on commit 1fc1e4d

Please sign in to comment.