From 35749c6cd18ebb8911b7cefac8a381d2ee57177a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 16:02:26 +0200 Subject: [PATCH] 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](https://github.com/hhatto/autopep8/compare/v2.0.4...v2.1.0) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63c9cee8..85ed5cc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ flake8-quotes = "3.4.0" flake8-use-fstring = "1.4" pep8-naming = "0.13.3" isort = "5.13.2" -autopep8 = "2.0.4" +autopep8 = "2.1.0" mypy = "1.9.0" tox = "4.14.2" xmldiff = "2.6.3"