From 2decb86625f9a507fcdebb87a81ecbad9176d71a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 10:56:01 +0000 Subject: [PATCH] Bump sphinx-mdinclude from 0.6.1 to 0.6.2 Bumps [sphinx-mdinclude](https://github.com/omnilib/sphinx-mdinclude) from 0.6.1 to 0.6.2. - [Changelog](https://github.com/omnilib/sphinx-mdinclude/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/sphinx-mdinclude/compare/v0.6.1...v0.6.2) --- updated-dependencies: - dependency-name: sphinx-mdinclude dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ea91e09..b315e280 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ description = "A lint framework that writes better Python code for you." docs = [ "jinja2 == 3.1.4", "sphinx == 8.0.2", - "sphinx-mdinclude == 0.6.1", + "sphinx-mdinclude == 0.6.2", ] dev = [ "attribution == 1.8.0",