From c8678468d423ac67ca2008aeb9d4d10f6df22e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 04:04:58 +0000 Subject: [PATCH] Bump flake8-quotes from 3.2.0 to 3.3.0 Bumps [flake8-quotes](https://github.com/zheller/flake8-quotes) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/zheller/flake8-quotes/releases) - [Commits](https://github.com/zheller/flake8-quotes/compare/3.2.0...3.3.0) --- updated-dependencies: - dependency-name: flake8-quotes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index 231edeb..849827e 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -3,7 +3,7 @@ flake8==3.8.4 flake8-bugbear==20.11.1 flake8-docstrings==1.5.0 flake8-import-order==0.18.1 -flake8-quotes==3.2.0 +flake8-quotes==3.3.0 isort==5.7.0 pylint==2.7.0 pydocstyle==5.1.1