From 9298d97ae342bf53b764f1c906d3ac305516656d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:34:31 +0000 Subject: [PATCH] chore(deps-dev): Update flake8-docstrings requirement Updates the requirements on [flake8-docstrings](https://github.com/pycqa/flake8-docstrings) to permit the latest version. - [Changelog](https://github.com/PyCQA/flake8-docstrings/blob/main/HISTORY.rst) - [Commits](https://github.com/pycqa/flake8-docstrings/compare/1.6.0...1.7.0) --- updated-dependencies: - dependency-name: flake8-docstrings dependency-version: 1.7.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 b5fa7c5..491beca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ dev = [ "pytest-mock>=3.10.0", "black>=22.0.0", "flake8>=5.0.0", - "flake8-docstrings>=1.6.0", + "flake8-docstrings>=1.7.0", "flake8-bugbear>=22.0.0", "mypy>=0.990", "types-PyYAML>=6.0.0",