From dc23e8080810681d190ba582030ac5769b4e6a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:58:25 +0000 Subject: [PATCH] Bump pycodestyle from 2.10.0 to 2.11.1 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.10.0 to 2.11.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.10.0...2.11.1) --- updated-dependencies: - dependency-name: pycodestyle dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 188b750..f9ac898 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ "pytest-sugar==0.9.7", "pytest-instafail==0.5.0", "pytest-cov==4.1.0", - "pycodestyle==2.10.0", + "pycodestyle==2.11.1", "black==23.3.0", "isort==5.11.4", "mypy==1.4.1",