diff --git a/poetry.lock b/poetry.lock index b9adf77..184ef27 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1199,18 +1199,18 @@ yaml = ["PyYaml (>=5.2)"] [[package]] name = "python-semantic-release" -version = "8.0.0" +version = "8.0.4" description = "Automatic Semantic Versioning for Python projects" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "python-semantic-release-8.0.0.tar.gz", hash = "sha256:8f685c0145dc0d192bb133f5ab682608d3f92aa7fdbcd3268c2e404233afc6d8"}, - {file = "python_semantic_release-8.0.0-py3-none-any.whl", hash = "sha256:58b631189975c234619077e0f11772dddb446f6ea63430c72448278b2e43b7bc"}, + {file = "python-semantic-release-8.0.4.tar.gz", hash = "sha256:ff661d119edef49cb946870802767d4407ffddd7ba24f13a33259e33d1e53206"}, + {file = "python_semantic_release-8.0.4-py3-none-any.whl", hash = "sha256:e90357070f1e0b6b6358304ae79cf7daeb6f2f934bd358d00702bab0a1d55460"}, ] [package.dependencies] -click = ">=7,<9" +click = ">=8,<9" dotty-dict = ">=1.3.0,<2" gitpython = ">=3.0.8,<4" importlib-resources = "5.7" @@ -1225,7 +1225,7 @@ tomlkit = ">=0.10,<1.0" [package.extras] dev = ["black", "isort", "tox"] docs = ["Sphinx (<=6.0.0)", "furo (>=2023.3.27)", "sphinx-autobuild (==2021.03.14)", "sphinxcontrib-apidoc (==0.3.0)"] -mypy = ["mypy", "types-click", "types-requests"] +mypy = ["mypy", "types-requests"] test = ["coverage[toml] (>=6,<7)", "pytest (>=7,<8)", "pytest-cov (>=4,<5)", "pytest-lazy-fixture (>=0.6.3,<0.7.0)", "pytest-mock (>=3,<4)", "pytest-xdist (>=2,<3)", "requests-mock (>=1.10.0,<2)", "responses (==0.21.0)", "types-pytest-lazy-fixture (>=0.6.3.3)"] [[package]]