From d2ba35b6eb96cbe8cc2298ce794b13694e23e393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:55:49 +0000 Subject: [PATCH] Bump flake8-noqa from 1.3.2 to 1.4.0 Bumps [flake8-noqa](https://github.com/plinss/flake8-noqa) from 1.3.2 to 1.4.0. - [Commits](https://github.com/plinss/flake8-noqa/compare/v1.3.2...v1.4.0) --- updated-dependencies: - dependency-name: flake8-noqa dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements/flake8.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements/flake8.txt b/dev-requirements/flake8.txt index b86a5bd3d9..de089b4e36 100644 --- a/dev-requirements/flake8.txt +++ b/dev-requirements/flake8.txt @@ -21,4 +21,4 @@ flake8-printf-formatting==1.1.2 # forbey printf-style python2 string for flake8-pytest-style==1.7.2 # pytest checks flake8-raise==0.0.5 # exception raising linting flake8-use-fstring==1.4 # format string checking -flake8-noqa==1.3.2 # validate noqa commands +flake8-noqa==1.4.0 # validate noqa commands