From 7910e9d1b6e1dd80eebe979b8b47bb10a8043d86 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 07:16:21 +0000 Subject: [PATCH] Bump flake8-string-format from 0.2.3 to 0.3.0 Bumps [flake8-string-format](https://github.com/xZise/flake8-string-format) from 0.2.3 to 0.3.0. - [Release notes](https://github.com/xZise/flake8-string-format/releases) - [Commits](https://github.com/xZise/flake8-string-format/compare/0.2.3...0.3.0) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4b6a4f2..81c3ed3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -283,7 +283,7 @@ description = "string format checker, plugin for flake8" name = "flake8-string-format" optional = false python-versions = "*" -version = "0.2.3" +version = "0.3.0" [package.dependencies] flake8 = "*" @@ -649,7 +649,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "e7635656926137a23ab4c93903bbb23971760a28f245a7a4f5ba061085935cf3" +content-hash = "a664b8e335d19f56a3d00ac2c6943161a049ef57a8e0c9abb34e8ed7569e414f" python-versions = "^3.6" [metadata.files] @@ -775,8 +775,8 @@ flake8-quotes = [ {file = "flake8-quotes-3.0.0.tar.gz", hash = "sha256:39762e16a1ea6b7f0e998a04be14d71b55e74de09b5026bd41907c996a8c82cf"}, ] flake8-string-format = [ - {file = "flake8-string-format-0.2.3.tar.gz", hash = "sha256:774d56103d9242ed968897455ef49b7d6de272000cfa83de5814273a868832f1"}, - {file = "flake8_string_format-0.2.3-py2.py3-none-any.whl", hash = "sha256:68ea72a1a5b75e7018cae44d14f32473c798cf73d75cbaed86c6a9a907b770b2"}, + {file = "flake8-string-format-0.3.0.tar.gz", hash = "sha256:65f3da786a1461ef77fca3780b314edb2853c377f2e35069723348c8917deaa2"}, + {file = "flake8_string_format-0.3.0-py2.py3-none-any.whl", hash = "sha256:812ff431f10576a74c89be4e85b8e075a705be39bc40c4b4278b5b13e2afa9af"}, ] flake8-super-call = [ {file = "flake8-super-call-1.0.0.tar.gz", hash = "sha256:0486ebfb24e3bf104b1c1d7f823a51ebcefb3a26108b25cb3129a9e8a57ef145"}, diff --git a/pyproject.toml b/pyproject.toml index fe43d93..00834d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ flake8-commas = "^2.0" flake8-quotes = "^3.0" flake8-comprehensions = "^3.1" flake8-docstrings = "^1.5" -flake8-string-format = "^0.2" +flake8-string-format = "^0.3" flake8-coding = "^1.3" flake8-bugbear = "^19.8" flake8-pep3101 = "^1.3"