From 9c680bc59ca90190ba5efe44a4f84f5aea5935fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:30:40 +0000 Subject: [PATCH] Bump autopep8 from 2.0.4 to 2.3.2 Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.0.4 to 2.3.2. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.0.4...v2.3.2) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2cf389faec..cb0d6287c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,6 +54,6 @@ pytest-factoryboy==2.7.0 pytest-html==4.1.1 pytest-asyncio==0.23.5 pytest-xdist==3.6.1 -autopep8==2.0.4 +autopep8==2.3.2 flake8==7.1.1 yapf==0.40.2