From f216435ff21d532abaf0d53a2e65869abc2d6801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:19:17 +0000 Subject: [PATCH] deps:(deps-dev): update docformatter requirement Updates the requirements on [docformatter](https://github.com/PyCQA/docformatter) to permit the latest version. - [Release notes](https://github.com/PyCQA/docformatter/releases) - [Changelog](https://github.com/PyCQA/docformatter/blob/master/CHANGELOG.md) - [Commits](https://github.com/PyCQA/docformatter/compare/v1.5.0...v1.6.3) --- updated-dependencies: - dependency-name: docformatter dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d27a80b..5c0986f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "pylint", "ruff", "black>=22.8.0,<23.1.1", - "docformatter>=1.5.0, <1.6.1", + "docformatter>=1.5.0, <1.6.4", "pre-commit==3.2.2", "mypy==1.2.0", "pydantic"