From ac45319599976ac4400bda8112fffe1bb232283c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:43:51 +0000 Subject: [PATCH] :dependabot: pip(deps-dev): Bump autopep8 from 2.2.0 to 2.3.0 Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.2.0...v2.3.0) --- 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 8c40d93..37ea193 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r src/var/task/requirements.txt -autopep8==2.2.0 +autopep8==2.3.0 black==24.4.2 flake8==7.0.0 isort==5.13.2