From f578b72afccbcf9116057b1248f4234901e08416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 16:52:56 +0000 Subject: [PATCH 1/2] Bump pycodestyle from 2.10.0 to 2.12.0 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.10.0 to 2.12.0. - [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.10.0...2.12.0) --- updated-dependencies: - dependency-name: pycodestyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d62d27a..33d3bfd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ ebcdic==1.1.1; sys_platform!="zos" mkdocs-material==9.5.28; python_version>="3.8" mkdocs-minify-plugin==0.8.0; python_version>="3.8" mkdocstrings-python==1.10.5; python_version>="3.8" -pycodestyle==2.10.0 +pycodestyle==2.12.0 pylint==2.17.5 pytest==8.2.2; python_version>="3.8" pytest>=7.4.2; python_version<"3.8" From 1038bc1bdc9a782f62fa174f750764f4151ca030 Mon Sep 17 00:00:00 2001 From: Neil Johnson Date: Mon, 8 Jul 2024 13:21:09 -0400 Subject: [PATCH 2/2] keep old version for <3.8 Signed-off-by: Neil Johnson --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33d3bfd..12c336d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,8 @@ ebcdic==1.1.1; sys_platform!="zos" mkdocs-material==9.5.28; python_version>="3.8" mkdocs-minify-plugin==0.8.0; python_version>="3.8" mkdocstrings-python==1.10.5; python_version>="3.8" -pycodestyle==2.12.0 +pycodestyle==2.10.0; python_version<"3.8" +pycodestyle==2.12.0; python_version>="3.8" pylint==2.17.5 pytest==8.2.2; python_version>="3.8" pytest>=7.4.2; python_version<"3.8"