diff --git a/poetry.lock b/poetry.lock index fae355e..9925235 100644 --- a/poetry.lock +++ b/poetry.lock @@ -984,13 +984,13 @@ yaml = ["PyYaml (>=6.0.1)"] [[package]] name = "python-semantic-release" -version = "9.2.0" +version = "9.3.0" description = "Automatic Semantic Versioning for Python projects" optional = false python-versions = ">=3.8" files = [ - {file = "python-semantic-release-9.2.0.tar.gz", hash = "sha256:b5764e17f7f8fc4972438a32bb9cf19e604dca506e967bfa99346933db7c9d72"}, - {file = "python_semantic_release-9.2.0-py3-none-any.whl", hash = "sha256:66a80a0854ee807686b709647b3b2abfdf5d95178b64e3b674701831133920ff"}, + {file = "python-semantic-release-9.3.0.tar.gz", hash = "sha256:254e1fab88e406637cb430121c0931bcd7a40e08942ea332ff1544f90ac0ee38"}, + {file = "python_semantic_release-9.3.0-py3-none-any.whl", hash = "sha256:e4312cbfc3a28aca7d8101e03f528352eb942881b608e998db7798dfc6ebae38"}, ] [package.dependencies] @@ -1008,7 +1008,7 @@ shellingham = ">=1.5.0.post1" tomlkit = ">=0.11,<1.0" [package.extras] -dev = ["pre-commit", "ruff (==0.1.11)", "tox"] +dev = ["pre-commit", "ruff (==0.3.2)", "tox"] docs = ["Sphinx (<=6.0.0)", "furo (>=2023.3.27)", "sphinx-autobuild (==2021.03.14)", "sphinxcontrib-apidoc (==0.3.0)"] mypy = ["mypy", "types-requests"] test = ["coverage[toml] (>=6,<8)", "pytest (>=7,<8)", "pytest-clarity (>=1.0.1)", "pytest-cov (>=4,<5)", "pytest-env (>=1.0,<2.0)", "pytest-lazy-fixture (>=0.6.3,<0.7.0)", "pytest-mock (>=3,<4)", "pytest-pretty (>=1.2.0,<2)", "pytest-xdist (>=2,<4)", "requests-mock (>=1.10.0,<2)", "responses (==0.23.3)", "types-pytest-lazy-fixture (>=0.6.3.3)"]