From 9eb8bf51ae66118b0f6d9bdc8d5d027a6c82b43f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 17:05:37 +0000 Subject: [PATCH] Bump autopep8 from 2.3.1 to 2.3.2 Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:development update-type: version-update:semver-patch ... 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 ce197c85..7677a6a5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,7 +25,7 @@ types-requests==2.32.0.20241016 types-pkg-resources==0.1.3 # Code formatting tools -autopep8==2.3.1 +autopep8==2.3.2 # Git pre-commit checking pre-commit==3.8.0