diff --git a/poetry.lock b/poetry.lock index b65363a..c27e698 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2271,13 +2271,13 @@ yaml = ["PyYaml (>=6.0.1)"] [[package]] name = "python-semantic-release" -version = "9.9.0" +version = "9.10.0" description = "Automatic Semantic Versioning for Python projects" optional = false python-versions = ">=3.8" files = [ - {file = "python_semantic_release-9.9.0-py3-none-any.whl", hash = "sha256:d2475e2c55cba02c723467d4f7562cd91f2b2d29085f7a5fbbf7c9d1b9ce2256"}, - {file = "python_semantic_release-9.9.0.tar.gz", hash = "sha256:7349ec28b9c52319bae82fb2b9dc1202e10a486cbbeedc38ef9392462ec1c7d7"}, + {file = "python_semantic_release-9.10.0-py3-none-any.whl", hash = "sha256:05a29ce7441e486cfd09d455cfb32abeb64b9c94eb4d2d148ff280578fd95558"}, + {file = "python_semantic_release-9.10.0.tar.gz", hash = "sha256:45a0199f7805dfe76bb57b932be4a9a5a3f7ff03a897c375eb5a1fa5dcfe5608"}, ] [package.dependencies] @@ -3215,4 +3215,4 @@ polars = ["polars"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "5a964f4c0e7b3c6320173f16d44172dd396db03bf3e540dfc411dcf663036a89" +content-hash = "1f93f64574c7b606c248e1a4d1cce98fee662b3a4a51978b289bd3096d74fc82" diff --git a/pyproject.toml b/pyproject.toml index bb8e48b..95763c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ pytest-regtest = "*" pytest-sugar = "^1.0.0" pytest-testmon = "*" pytest-xdist = "^3.5.0" -python-semantic-release = "^9.9.0" +python-semantic-release = "^9.10.0" ruff = "^0.6.0" safety = "^3" sphinx-rtd-theme = "^3.0.0"