From 1beeed54012cfdd546d8697f699a7bebd0e0ca7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:17:35 +0000 Subject: [PATCH] Bump autopep8 from 2.0.4 to 2.3.1 Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.0.4 to 2.3.1. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.0.4...v2.3.1) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 3e6d353..7ba1b24 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,7 +6,7 @@ pyflakes==3.1.0 pytest==8.0.1 pytest-cov==5.0.0 pytest-mock==3.12.0 -autopep8==2.0.4 +autopep8==2.3.1 bandit==1.7.8 mypy_extensions==1.0.0 typing_extensions==4.12.2