From e33a829cd38c30a37aaff993acfc80af1d5d60db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 11:05:10 +0000 Subject: [PATCH] Bump docstring-parser from 0.16 to 0.17.0 Bumps [docstring-parser](https://github.com/rr-/docstring_parser) from 0.16 to 0.17.0. - [Changelog](https://github.com/rr-/docstring_parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/rr-/docstring_parser/compare/0.16...0.17.0) --- updated-dependencies: - dependency-name: docstring-parser dependency-version: 0.17.0 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 30d58aa0..fd10e236 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ tenacity = "*" psutil = "*" python-dotenv = "*" PyYAML = "*" -docstring_parser = "0.16" # TODO: +docstring_parser = "0.17.0" # TODO: networkx = "*" aiofiles = "*" rich = "*"