From 3579bda81db9458f72f9bb55b59fb7626fafcdb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:39:25 +0000 Subject: [PATCH] Bump pydoclint from 0.6.10 to 0.7.3 Bumps [pydoclint](https://github.com/jsh9/pydoclint) from 0.6.10 to 0.7.3. - [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.6.10...0.7.3) --- updated-dependencies: - dependency-name: pydoclint dependency-version: 0.7.3 dependency-type: direct:production 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 0921d4e..14d6c39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev-flake8 = [ "flake8 == 7.3.0", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml - "pydoclint == 0.6.10", + "pydoclint == 0.7.3", "pydocstyle == 6.3.0", ] dev-formatting = ["black == 25.9.0", "isort == 6.1.0"]