From d3f41ff997379ee77d46e5e6505898d3afd304d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 00:30:54 +0000 Subject: [PATCH] Update pycodestyle requirement from >=2.6.0 to >=2.14.0 Updates the requirements on [pycodestyle](https://github.com/PyCQA/pycodestyle) to permit the latest version. - [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.6.0...2.14.0) --- updated-dependencies: - dependency-name: pycodestyle dependency-version: 2.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 8afa0bd..ce80129 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -pycodestyle>=2.6.0 +pycodestyle>=2.14.0 coverage>=5.1 coveralls>=2.0.0 virtualenv>=3.1.0