From 9e3817b494aaab9d9008e62a7de07c5822eab38c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 00:26:32 +0000 Subject: [PATCH] chore(deps-dev): bump autopep8 in /backend in the python group Bumps the python group in /backend with 1 update: [autopep8](https://github.com/hhatto/autopep8). Updates `autopep8` from 2.3.0 to 2.3.1 - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- backend/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/dev-requirements.txt b/backend/dev-requirements.txt index 974940d..364eed5 100644 --- a/backend/dev-requirements.txt +++ b/backend/dev-requirements.txt @@ -4,7 +4,7 @@ # # pip-compile dev-requirements.in # -autopep8==2.3.0 +autopep8==2.3.1 # via -r dev-requirements.in build==1.0.3 # via pip-tools