From 9faff4d3c2fcaf9b1735174daef3a536744b38a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:49:46 +0000 Subject: [PATCH] Bump blackdoc from 0.4.1 to 0.4.3 Bumps [blackdoc](https://github.com/keewis/blackdoc) from 0.4.1 to 0.4.3. - [Release notes](https://github.com/keewis/blackdoc/releases) - [Changelog](https://github.com/keewis/blackdoc/blob/main/doc/changelog.rst) - [Commits](https://github.com/keewis/blackdoc/compare/v0.4.1...v0.4.3) --- updated-dependencies: - dependency-name: blackdoc dependency-version: 0.4.3 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 61164e3b..14fd687a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dependencies = [ dev = [ # Dev tools and testing "black ==25.1.0", - "blackdoc ==0.4.1", + "blackdoc ==0.4.3", "bump-my-version >=1.2.0", "coverage >=7.5.0", "filelock >=3.14.0",