From 51146e6a7e6ada2afeee9bdbb97f7f7accbf8083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 02:32:12 +0000 Subject: [PATCH] build: 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53f89178..866aa006 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ lint = [ "flake8-length==0.3.1", "flake8-logging-format==0.9.0", "flake8-mutable==1.2.0", - "flake8-noqa==1.3.2", + "flake8-noqa==1.4.0", "flake8-pytest-style==1.7.2", "flake8-quotes==3.3.2", "flake8-use-fstring==1.4",