From 7a2c2ba56607ac53a47cc65a5df7ac40dad1338f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 17:00:52 +0000 Subject: [PATCH] build(deps-dev): bump flake8-noqa from 1.2.9 to 1.3.0 Bumps [flake8-noqa](https://github.com/plinss/flake8-noqa) from 1.2.9 to 1.3.0. - [Release notes](https://github.com/plinss/flake8-noqa/releases) - [Commits](https://github.com/plinss/flake8-noqa/compare/v1.2.9...v1.3.0) --- updated-dependencies: - dependency-name: flake8-noqa dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8da7c400..898b7ebc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ flake8-docstrings==1.6.0 isort==5.10.1 flake8-isort==5.0.3 flake8-json==21.7.0 -flake8-noqa==1.2.9 +flake8-noqa==1.3.0 flake8-polyfill==1.0.2 flake8-use-fstring==1.4