From b06fdc7eb20ad11d2604eef51f49a38e95605a55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 16:10:08 +0000 Subject: [PATCH] Bump flake8-quotes from 3.2.0 to 3.3.1 in /src/bindings/python Bumps [flake8-quotes](https://github.com/zheller/flake8-quotes) from 3.2.0 to 3.3.1. - [Release notes](https://github.com/zheller/flake8-quotes/releases) - [Commits](https://github.com/zheller/flake8-quotes/compare/3.2.0...3.3.1) --- updated-dependencies: - dependency-name: flake8-quotes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/bindings/python/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/python/requirements_test.txt b/src/bindings/python/requirements_test.txt index 595f3e4f75db85..ac7b9a347d174c 100644 --- a/src/bindings/python/requirements_test.txt +++ b/src/bindings/python/requirements_test.txt @@ -2,7 +2,7 @@ flake8==3.9.2 flake8-bugbear==21.4.3 flake8-comprehensions==3.3.0 flake8-docstrings==1.6.0 -flake8-quotes==3.2.0 +flake8-quotes==3.3.1 mypy==0.812 onnx==1.10.1 pydocstyle==5.1.1