From b05ef420cd033b773888568f479a56d0ebee3631 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 00:50:06 +0000 Subject: [PATCH] chore(deps): update dependency autopep8 to v2.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c109dd4..855fb88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # Linting & Formatting ansible-lint==6.22.2 pylint==3.1.0 -autopep8==2.0.4 +autopep8==2.1.0 pre-commit==3.6.2 # Testing libraries