diff --git a/poetry.lock b/poetry.lock index fae355e..603b501 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.2.2" 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.2.2.tar.gz", hash = "sha256:e5a9f4e7aa9b3eb099e7b9d37b16d967c0e7498397af32c627aa295bd188105c"}, + {file = "python_semantic_release-9.2.2-py3-none-any.whl", hash = "sha256:7b20b63f4a29e0b0d4c5c83a2992a48b3507aec3730138ce18980e56cbae9afd"}, ] [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)"]