Skip to content

Commit c581c8e

Browse files
Update docformatter requirement from >=1.7.5 to >=1.7.7 (#214)
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](PyCQA/docformatter@v1.7.5...v1.7.7) --- updated-dependencies: - dependency-name: docformatter dependency-version: 1.7.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5838b88 commit c581c8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ typing = [
5858
"pyright>=1.1.401",
5959
]
6060
formatting = [
61-
"docformatter>=1.7.5",
61+
"docformatter>=1.7.7",
6262
"ruff>=0.11.12",
6363
]
6464
tests = [

0 commit comments

Comments
 (0)