From e635d66c53ea904bea67032acd118ad800d131fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 11:12:40 +0000 Subject: [PATCH] Bump pydoclint from 0.6.0 to 0.6.5 Bumps [pydoclint](https://github.com/jsh9/pydoclint) from 0.6.0 to 0.6.5. - [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.0...0.6.5) --- updated-dependencies: - dependency-name: pydoclint dependency-version: 0.6.5 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 ec8f3cb..8f1e3c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev-flake8 = [ "flake8 == 7.1.1", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml - "pydoclint == 0.6.0", + "pydoclint == 0.6.5", "pydocstyle == 6.3.0", "frequenz-client-base", ]