diff --git a/poetry.lock b/poetry.lock index 4151ce95e..5371e8062 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2099,13 +2099,13 @@ files = [ [[package]] name = "python-semantic-release" -version = "8.5.0" +version = "8.7.0" description = "Automatic Semantic Versioning for Python projects" optional = false python-versions = ">=3.7" files = [ - {file = "python-semantic-release-8.5.0.tar.gz", hash = "sha256:1c49c08989ba1b14e5ff952eebbfc7704429876dc3eba8f9946f366b9609ada1"}, - {file = "python_semantic_release-8.5.0-py3-none-any.whl", hash = "sha256:d2388f8a023af53640cc3b10221028dbdc75b1a198218f20261cbbd04e34f483"}, + {file = "python-semantic-release-8.7.0.tar.gz", hash = "sha256:6bbd11b1e8ac70e0946ed6d257094c851b2507edfbc393eef6093d0ed1dbe0b4"}, + {file = "python_semantic_release-8.7.0-py3-none-any.whl", hash = "sha256:a016b1cf43a5f3667ce2cfddd8e30b6210a2d52b0e2f6b487aae1164f2540eaa"}, ] [package.dependencies] @@ -2122,7 +2122,7 @@ shellingham = ">=1.5.0.post1" tomlkit = ">=0.10,<1.0" [package.extras] -dev = ["pre-commit", "ruff (==0.1.6)", "tox"] +dev = ["pre-commit", "ruff (==0.1.8)", "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-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)"] @@ -2656,4 +2656,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9.13" -content-hash = "b8ffd0ee464f9b2f4a3c8a4f94f668b78ddf58b2571438723afb85c5076e66f4" +content-hash = "d74a7fd336e62c7e8be598541b52cecd2b33aaf0dcad54f6730bb073d08b5b66" diff --git a/pyproject.toml b/pyproject.toml index 00cf9776a..6d1e00327 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ pytest-freezegun = "0.4.2" pytest-mock = "3.10.0" pytest-randomly = "3.12.0" pytest-xdist = "3.5.0" -python-semantic-release = "8.5.0" +python-semantic-release = "8.7.0" requests-mock = "1.10.0" reuse = "1.1.2" syrupy = "4.0.2"