Skip to content

Commit e58565f

Browse files
bjoernricksy0urself
authored andcommitted
Add: Add semver as dependency for semantic versioning support
pontos will support the semantic versioning scheme besides PEP 440 in future.
1 parent 85ba137 commit e58565f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

poetry.lock

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ httpx = {extras = ["http2"], version = "^0.23.0"}
4343
rich = ">=12.4.4"
4444
typing-extensions = { version = "^4.4.0", python = "<3.8" }
4545
python-dateutil = "^2.8.2"
46+
semver = "^2.13.0"
4647

4748
[tool.poetry.dev-dependencies]
4849
autohooks = ">=22.7.0"

0 commit comments

Comments
 (0)