Skip to content

Commit 35749c6

Browse files
chore(deps-dev): update autopep8 requirement from 2.0.4 to 2.1.0 (#573)
Updates the requirements on [autopep8](https://github.com/hhatto/autopep8) to permit the latest version. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](hhatto/autopep8@v2.0.4...v2.1.0) --- updated-dependencies: - dependency-name: autopep8 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 d60f457 commit 35749c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ flake8-quotes = "3.4.0"
9191
flake8-use-fstring = "1.4"
9292
pep8-naming = "0.13.3"
9393
isort = "5.13.2"
94-
autopep8 = "2.0.4"
94+
autopep8 = "2.1.0"
9595
mypy = "1.9.0"
9696
tox = "4.14.2"
9797
xmldiff = "2.6.3"

0 commit comments

Comments
 (0)