From cf9b9371ee0942fc3e8a2eae3182ba8613925e3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 22:53:05 +0000 Subject: [PATCH] Update autopep8 requirement from >=2.0.0 to >=2.3.2 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.0...v2.3.2) --- updated-dependencies: - dependency-name: autopep8 dependency-version: 2.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 923f2e1..488d455 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ pytest >= 7.2.0 flake8 >= 6.0.0 Flake8-pyproject >= 1.2.0 -autopep8 >= 2.0.0 \ No newline at end of file +autopep8 >= 2.3.2 \ No newline at end of file