Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
deps:(deps-dev): update docformatter requirement
Browse files Browse the repository at this point in the history
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.5.0...v1.6.3)

---
updated-dependencies:
- dependency-name: docformatter
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 24, 2023
1 parent cec5c03 commit f216435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f216435

Please sign in to comment.