From 8a42b41581a142922608bbeccc38ed2a6328514b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:31:10 +0000 Subject: [PATCH] chore(deps-dev): update blackdoc requirement from 0.3.8 to 0.3.9 Updates the requirements on [blackdoc](https://github.com/keewis/blackdoc) to permit the latest version. - [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.3.8...v0.3.9) --- updated-dependencies: - dependency-name: blackdoc dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aacd5af2..b2af2eb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ sphinx-copybutton = "^0.5.2" pytest-cov = "^4.0.0" coverage = "^7.2.0" black = "23.11.0" -blackdoc = "0.3.8" +blackdoc = "0.3.9" mypy = "^1.2.0" ruff = "0.1.6" pre-commit = "^3.3.1"