diff --git a/poetry.lock b/poetry.lock index 14cd9d3..6b1065e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -549,14 +549,14 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "semver" -version = "2.13.0" -description = "Python helper for Semantic Versioning (http://semver.org/)" +version = "3.0.0" +description = "Python helper for Semantic Versioning (https://semver.org)" category = "main" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.7" files = [ - {file = "semver-2.13.0-py2.py3-none-any.whl", hash = "sha256:ced8b23dceb22134307c1b8abfa523da14198793d9787ac838e70e29e77458d4"}, - {file = "semver-2.13.0.tar.gz", hash = "sha256:fa0fe2722ee1c3f57eac478820c3a5ae2f624af8264cbdf9000c980ff7f75e3f"}, + {file = "semver-3.0.0-py3-none-any.whl", hash = "sha256:ab4f69fb1d1ecfb5d81f96411403d7a611fa788c45d252cf5b408025df3ab6ce"}, + {file = "semver-3.0.0.tar.gz", hash = "sha256:94df43924c4521ec7d307fc86da1531db6c2c33d9d5cdc3e64cca0eb68569269"}, ] [[package]] @@ -673,4 +673,4 @@ pyyaml = "*" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "1a6e40f3fbe7c694da0b3344b151b387d1033894172b5a0c09774f256c58aaf5" +content-hash = "b990e0f743360a7ecc186b821b5ff155032d1826f8ae3aad5c4b6e85734b177e" diff --git a/pyproject.toml b/pyproject.toml index 767ba5f..da97529 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.10" click = "^8.1.3" rich = "^13.0.1" yamldataclassconfig = "^1.5.0" -semver = "^2.13.0" +semver = "^3.0.0" requests = "^2.28.2" click-aliases = "^1.0.1"