From 2e8682fbb415fa19ef9c549b23aa747c42f7e520 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 11:32:16 +0300 Subject: [PATCH] Bump flake8-quotes from 3.0.0 to 3.2.0 (#130) Bumps [flake8-quotes](https://github.com/zheller/flake8-quotes) from 3.0.0 to 3.2.0. - [Release notes](https://github.com/zheller/flake8-quotes/releases) - [Commits](https://github.com/zheller/flake8-quotes/compare/3.0.0...3.2.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 a99d0c8..209c00b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -240,7 +240,7 @@ description = "Flake8 lint for quotes." name = "flake8-quotes" optional = false python-versions = "*" -version = "3.0.0" +version = "3.2.0" [package.dependencies] flake8 = "*" @@ -604,7 +604,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "ac05aac64e8d8eda5543267beb24fa697523ea6d60c3bef7405bcab3fd6befc3" +content-hash = "0ba2dfe6ccb7c2b522d80dea2be8a3b6dc88519dd27334d0660589a33703c53b" python-versions = "^3.6" [metadata.files] @@ -716,7 +716,7 @@ flake8-pytest = [ {file = "flake8_pytest-1.3-py2.py3-none-any.whl", hash = "sha256:61686128a79e1513db575b2bcac351081d5a293811ddce2d5dfc25e8c762d33e"}, ] flake8-quotes = [ - {file = "flake8-quotes-3.0.0.tar.gz", hash = "sha256:39762e16a1ea6b7f0e998a04be14d71b55e74de09b5026bd41907c996a8c82cf"}, + {file = "flake8-quotes-3.2.0.tar.gz", hash = "sha256:3f1116e985ef437c130431ac92f9b3155f8f652fda7405ac22ffdfd7a9d1055e"}, ] flake8-string-format = [ {file = "flake8-string-format-0.3.0.tar.gz", hash = "sha256:65f3da786a1461ef77fca3780b314edb2853c377f2e35069723348c8917deaa2"}, diff --git a/pyproject.toml b/pyproject.toml index 36f6f19..aaecd7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ flake8-pytest = "^1.3" flake8-print = "^3.1" flake8-builtins = "^1.5" flake8-commas = "^2.0" -flake8-quotes = "^3.0" +flake8-quotes = "^3.2" flake8-comprehensions = "^3.2" flake8-docstrings = "^1.5" flake8-string-format = "^0.3"