From 7d87b08f7ea5bfb2d3529ac8ebe4610d08e186c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:35:29 +0000 Subject: [PATCH] Bump pydoclint from 0.8.6 to 0.9.0 Bumps [pydoclint](https://github.com/jsh9/pydoclint) from 0.8.6 to 0.9.0. - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](https://github.com/jsh9/pydoclint/compare/0.8.6...0.9.0) --- updated-dependencies: - dependency-name: pydoclint dependency-version: 0.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2bfb4c..f8664d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dev-flake8 = [ "flake8-datetimez == 20.10.0", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml - "pydoclint == 0.8.6", + "pydoclint == 0.9.0", "pydocstyle == 6.3.0", ] dev-formatting = ["black == 26.5.1", "isort == 8.0.1"]