From 31ccd8352badb9c614db2cbc4425a994fbd8e6c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:19:30 +0000 Subject: [PATCH] Bump pycodestyle from 2.12.0 to 2.12.1 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](https://github.com/PyCQA/pycodestyle/compare/2.12.0...2.12.1) --- updated-dependencies: - dependency-name: pycodestyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b87f190..d2e17ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ urllib3==2.2.2 setuptools==72.1.0 flake8==7.1.0 mccabe==0.7.0 -pycodestyle==2.12.0 +pycodestyle==2.12.1 pyflakes==3.2.0 kubernetes==29.0.0 requests==2.32.3