From 785b43792621766ec2c0f44a6af548d6df712178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 13:00:56 +0000 Subject: [PATCH] Bump flake8-quotes from 3.2.0 to 3.3.2 in /ngraph/python Bumps [flake8-quotes](https://github.com/zheller/flake8-quotes) from 3.2.0 to 3.3.2. - [Release notes](https://github.com/zheller/flake8-quotes/releases) - [Commits](https://github.com/zheller/flake8-quotes/compare/3.2.0...3.3.2) --- updated-dependencies: - dependency-name: flake8-quotes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ngraph/python/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngraph/python/requirements_test.txt b/ngraph/python/requirements_test.txt index c6bb0dd98fcc1f..50d41bfd406fdb 100644 --- a/ngraph/python/requirements_test.txt +++ b/ngraph/python/requirements_test.txt @@ -1,7 +1,7 @@ flake8==3.8.4 flake8-comprehensions==3.3.0 flake8-docstrings==1.5.0 -flake8-quotes==3.2.0 +flake8-quotes==3.3.2 onnx==1.7.0 pydocstyle==5.1.1 pytest==6.1.2