From ea5834013f2060dcb99a9aa8a739acc21cc87e91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:29:12 +0000 Subject: [PATCH] build(deps-dev): update flake8-rst-docstrings requirement Updates the requirements on [flake8-rst-docstrings](https://github.com/peterjc/flake8-rst-docstrings) to permit the latest version. - [Commits](https://github.com/peterjc/flake8-rst-docstrings/compare/v0.0.11...v0.4.0) --- updated-dependencies: - dependency-name: flake8-rst-docstrings dependency-version: 0.4.0 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 7a1b706..98d5327 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ lint = [ 'flake8-docstrings', 'flake8-quotes', 'flake8-logging-format', - 'flake8-rst-docstrings >= 0.0.11', + 'flake8-rst-docstrings >= 0.4.0', 'isort', 'mypy', # Support for pyproject.toml added in 6.1.0