diff --git a/poetry.lock b/poetry.lock index c2e77ba37..cdba8b153 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "alabaster" @@ -1673,13 +1673,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "semver" -version = "3.0.2" +version = "3.0.3" description = "Python helper for Semantic Versioning (https://semver.org)" optional = false python-versions = ">=3.7" files = [ - {file = "semver-3.0.2-py3-none-any.whl", hash = "sha256:b1ea4686fe70b981f85359eda33199d60c53964284e0cfb4977d243e37cf4bf4"}, - {file = "semver-3.0.2.tar.gz", hash = "sha256:6253adb39c70f6e51afed2fa7152bcd414c411286088fb4b9effb133885ab4cc"}, + {file = "semver-3.0.3-py3-none-any.whl", hash = "sha256:4bf5e5a52f98cd8377cfb99088eb743722f3d47cefc8a37e503c1e5806846b17"}, + {file = "semver-3.0.3.tar.gz", hash = "sha256:8769a03a93507fecdf19b6eefb08d5e95b462504871a61e29e09798822888c94"}, ] [[package]] @@ -2019,4 +2019,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "49d24790a095368fd6caa9205ce61b24a5eb8461842beedf32fd79a7f420a59a" +content-hash = "f268d8970b9a46b21c91221557609126084a8be1e1deb28e13c83b6e25b75e7d" diff --git a/pyproject.toml b/pyproject.toml index 3cf9f551b..499426303 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ jinja2 = "^3.1.5" pyyaml = "^6.0" docopt = "^0.6.2" jsonpath-rw = "^1.4.0" -semver = "^3.0.2" +semver = "^3.0.3" gitpython = "^3.1.43" pytest = "^8.3.4" coverage = "^7.4.4"