diff --git a/poetry.lock b/poetry.lock index 6e19be0..d980966 100644 --- a/poetry.lock +++ b/poetry.lock @@ -407,7 +407,7 @@ yaml = ["PyYaml (>=5.2)"] [[package]] name = "python-semantic-release" -version = "7.27.1" +version = "7.29.1" description = "Automatic Semantic Versioning for Python projects" category = "dev" optional = false @@ -427,7 +427,7 @@ twine = ">=3,<4" [package.extras] dev = ["tox", "isort", "black"] -docs = ["Sphinx (==1.3.6)"] +docs = ["Sphinx (==1.3.6)", "Jinja2 (==3.0.3)"] mypy = ["mypy", "types-requests"] test = ["coverage (>=5,<6)", "pytest (>=5,<6)", "pytest-xdist (>=1,<2)", "pytest-mock (>=2,<3)", "responses (==0.13.3)", "mock (==1.3.0)"] @@ -652,7 +652,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "42f2f0819dd343679f3dc39090fe05f284339a3e27526899d6c5854d67c46521" +content-hash = "be22c12d9bd2310cea81c5893489fb1b853d586ac640770966f6e7137389a9c4" [metadata.files] atomicwrites = [ @@ -882,8 +882,8 @@ python-gitlab = [ {file = "python_gitlab-3.3.0-py3-none-any.whl", hash = "sha256:ab1fd4c98a206f22f01f832bc58f24a09952089b7bbf67cdaee6308e7797503f"}, ] python-semantic-release = [ - {file = "python-semantic-release-7.27.1.tar.gz", hash = "sha256:a7a11a9250e392ee699408dca916b11789be07656143746084331b4b1d88bde5"}, - {file = "python_semantic_release-7.27.1-py3-none-any.whl", hash = "sha256:20c804784a3e64a5d072704e2d18e0c858092e95c4a98b385e93fcab30998439"}, + {file = "python-semantic-release-7.29.1.tar.gz", hash = "sha256:9bf10e1f9593259d9c139fb3dd2f54b7c61e8abdce62e4aada5b50253dd60dec"}, + {file = "python_semantic_release-7.29.1-py3-none-any.whl", hash = "sha256:459ed4c09b4aa9ea94b5ceb240211cb7967069d635b1dd9b97b44a9893ec73fb"}, ] pywin32-ctypes = [ {file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"}, diff --git a/pyproject.toml b/pyproject.toml index a3ebd15..5274339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ python = "^3.8" [tool.poetry.dev-dependencies] black = "^22.3.0" isort = "^5.10.1" -python-semantic-release = "^7.27.1" +python-semantic-release = "^7.29.1" pytest = "^7.1.1" pytest-insta = "^0.1.11"