From 42f17ec537de57f96fd92c7fd91c79345ab49362 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2020 11:32:44 +0300 Subject: [PATCH] Bump flake8-quotes from 2.1.1 to 3.0.0 (#119) Bumps [flake8-quotes](https://github.com/zheller/flake8-quotes) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/zheller/flake8-quotes/releases) - [Commits](https://github.com/zheller/flake8-quotes/compare/2.1.1...3.0.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index ee72814..9d1063f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -245,7 +245,7 @@ description = "Flake8 lint for quotes." name = "flake8-quotes" optional = false python-versions = "*" -version = "2.1.1" +version = "3.0.0" [package.dependencies] flake8 = "*" @@ -609,7 +609,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "16b71ecebbd011bca34e00c57e5ce7a2280bcabb6d5ab3829706137408ae37ad" +content-hash = "6cc61be5168f360ca744a34a02d47facb0df3dccd5a7aee05c5f2f2bb9fbfe32" python-versions = "^3.6" [metadata.files] @@ -725,7 +725,7 @@ flake8-pytest = [ {file = "flake8_pytest-1.3-py2.py3-none-any.whl", hash = "sha256:61686128a79e1513db575b2bcac351081d5a293811ddce2d5dfc25e8c762d33e"}, ] flake8-quotes = [ - {file = "flake8-quotes-2.1.1.tar.gz", hash = "sha256:11a15d30c92ca5f04c2791bd7019cf62b6f9d3053eb050d02a135557eb118bfc"}, + {file = "flake8-quotes-3.0.0.tar.gz", hash = "sha256:39762e16a1ea6b7f0e998a04be14d71b55e74de09b5026bd41907c996a8c82cf"}, ] flake8-string-format = [ {file = "flake8-string-format-0.3.0.tar.gz", hash = "sha256:65f3da786a1461ef77fca3780b314edb2853c377f2e35069723348c8917deaa2"}, diff --git a/pyproject.toml b/pyproject.toml index 4d473be..3c56dba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ flake8-pytest = "^1.3" flake8-print = "^3.1" flake8-builtins = "^1.4" flake8-commas = "^2.0" -flake8-quotes = "^2.1" +flake8-quotes = "^3.0" flake8-comprehensions = "^3.2" flake8-docstrings = "^1.5" flake8-string-format = "^0.3"