From 515f6012341de87df4ddc6619103baf1e9f424bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:46:03 +0000 Subject: [PATCH] Python dependency: Update pycodestyle requirement in /web/regression 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.5.0...2.14.0) --- updated-dependencies: - dependency-name: pycodestyle dependency-version: 2.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/regression/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/regression/requirements.txt b/web/regression/requirements.txt index 89f1d245d08..108246db03f 100644 --- a/web/regression/requirements.txt +++ b/web/regression/requirements.txt @@ -25,7 +25,7 @@ extras==1.0.0 fixtures==4.3.2 linecache2==1.0.0 pbr==7.0.3 -pycodestyle>=2.5.0 +pycodestyle>=2.14.0 python-mimeparse==2.0.0 selenium==4.43.0 testscenarios==0.5.0; python_version <= '3.9'