diff --git a/poetry.lock b/poetry.lock index 9faba193e..45f90d4ce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1132,6 +1132,18 @@ pytoolconfig = {version = ">=1.2.2", extras = ["global"]} dev = ["build (>=0.7.0)", "pre-commit (>=2.20.0)", "pytest (>=7.0.1)", "pytest-timeout (>=2.1.0)"] doc = ["pytoolconfig[doc]", "sphinx (>=4.5.0)", "sphinx-autodoc-typehints (>=1.18.1)", "sphinx-rtd-theme (>=1.0.0)"] +[[package]] +name = "semver" +version = "2.13.0" +description = "Python helper for Semantic Versioning (http://semver.org/)" +category = "main" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +files = [ + {file = "semver-2.13.0-py2.py3-none-any.whl", hash = "sha256:ced8b23dceb22134307c1b8abfa523da14198793d9787ac838e70e29e77458d4"}, + {file = "semver-2.13.0.tar.gz", hash = "sha256:fa0fe2722ee1c3f57eac478820c3a5ae2f624af8264cbdf9000c980ff7f75e3f"}, +] + [[package]] name = "setuptools" version = "67.6.0" @@ -1578,4 +1590,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "7a7b4a92a0ebecb434795b6229132e38b4a8831dd6d8684926a55427d49faa1a" +content-hash = "6380894897a170d9cb62f3c5334700a8ca9ac519dd579f04a6a7cd5a66a16304" diff --git a/pyproject.toml b/pyproject.toml index 1efcba28a..180ab4652 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ httpx = {extras = ["http2"], version = "^0.23.0"} rich = ">=12.4.4" typing-extensions = { version = "^4.4.0", python = "<3.8" } python-dateutil = "^2.8.2" +semver = "^2.13.0" [tool.poetry.dev-dependencies] autohooks = ">=22.7.0"