From 07259c2095be2c8090043e7cdf34f1841b6b6d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:37:26 +0000 Subject: [PATCH] Bump sphinxcontrib-towncrier from 0.3.2a0 to 0.4.0a0 Bumps [sphinxcontrib-towncrier](https://github.com/sphinx-contrib/sphinxcontrib-towncrier) from 0.3.2a0 to 0.4.0a0. - [Release notes](https://github.com/sphinx-contrib/sphinxcontrib-towncrier/releases) - [Commits](https://github.com/sphinx-contrib/sphinxcontrib-towncrier/compare/v0.3.2a0...v0.4.0a0) --- updated-dependencies: - dependency-name: sphinxcontrib-towncrier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0f92b4c0..216d2e04 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1458,13 +1458,13 @@ test = ["pytest"] [[package]] name = "sphinxcontrib-towncrier" -version = "0.3.2a0" +version = "0.4.0a0" description = "An RST directive for injecting a Towncrier-generated changelog draft containing fragments for the unreleased (next) project version" optional = false python-versions = ">=3.6" files = [ - {file = "sphinxcontrib-towncrier-0.3.2a0.tar.gz", hash = "sha256:7cf18ac9c13533fffdb794dab278c6ad845f8c85bfa56942eba077d543885fa6"}, - {file = "sphinxcontrib_towncrier-0.3.2a0-py3-none-any.whl", hash = "sha256:74fc27a24231b56f1e4820a5dcb121a8c69aa6b6a0d2367c61144b9673ebf73a"}, + {file = "sphinxcontrib-towncrier-0.4.0a0.tar.gz", hash = "sha256:d9b1513fc07781432dd3a0b2ca797cfe0e99e9b5bc5e5c8bf112d5d142afb6dc"}, + {file = "sphinxcontrib_towncrier-0.4.0a0-py3-none-any.whl", hash = "sha256:ec734e3d0920e2ce26e99681119f398a9e1fc0aa6c2d7ed1f052f1219dcd4653"}, ] [package.dependencies] @@ -1597,4 +1597,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4" -content-hash = "40f0165b285123d149f0b83f47dca0cb9260730bb986deb6a0b1cfeddfe1093b" +content-hash = "8a59194c14cef967deabfc2007e5c961c4b05c95b31480e3a4360e4526cc7137" diff --git a/pyproject.toml b/pyproject.toml index f33cbaf5..6439be4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ packaging = ">=23.1,<25.0" sphinx-autodoc-typehints = "^1.23" sphinx-copybutton = "^0.5.2" furo = ">=2022.12.7" -sphinxcontrib-towncrier = "^0.3.2a0" +sphinxcontrib-towncrier = ">=0.3.2,<0.5.0" [tool.poetry.group.docs-ci] optional = true