From eaf9eda6be37a56cb32dfa353d831d1123b88d16 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 20 Oct 2021 04:26:32 +0000
Subject: [PATCH] build(deps-dev): bump flake8-use-fstring from 1.1 to 1.2

Bumps [flake8-use-fstring](https://github.com/MichaelKim0407/flake8-use-fstring) from 1.1 to 1.2.
- [Release notes](https://github.com/MichaelKim0407/flake8-use-fstring/releases)
- [Commits](https://github.com/MichaelKim0407/flake8-use-fstring/compare/v1.1...v1.2)

---
updated-dependencies:
- dependency-name: flake8-use-fstring
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 poetry.lock    | 10 +++++-----
 pyproject.toml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index 1a71c48..a14948a 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -565,17 +565,17 @@ flake8 = "*"
 
 [[package]]
 name = "flake8-use-fstring"
-version = "1.1"
+version = "1.2"
 description = "Flake8 plugin for string formatting style."
 category = "dev"
 optional = false
 python-versions = ">=3.6"
 
 [package.dependencies]
-flake8 = ">=3.0.0,<4.0.0"
+flake8 = ">=3"
 
 [package.extras]
-ci = ["coverage (>=4.0.0,<5.0.0)", "pytest (>=4)", "pytest-cov (>=2)", "flake8-builtins", "flake8-commas", "flake8-fixme", "flake8-print", "flake8-quotes", "flake8-todo", "python-coveralls"]
+ci = ["coverage (>=4.0.0,<5.0.0)", "pytest (>=4)", "pytest-cov (>=2)", "flake8-builtins", "flake8-commas", "flake8-fixme", "flake8-print", "flake8-quotes", "flake8-todo", "coveralls"]
 dev = ["coverage (>=4.0.0,<5.0.0)", "pytest (>=4)", "pytest-cov (>=2)", "flake8-builtins", "flake8-commas", "flake8-fixme", "flake8-print", "flake8-quotes", "flake8-todo"]
 test = ["coverage (>=4.0.0,<5.0.0)", "pytest (>=4)", "pytest-cov (>=2)", "flake8-builtins", "flake8-commas", "flake8-fixme", "flake8-print", "flake8-quotes", "flake8-todo"]
 
@@ -1282,7 +1282,7 @@ typing_extensions = ">=3.6,<4.0"
 [metadata]
 lock-version = "1.1"
 python-versions = "~3.8"
-content-hash = "70f4ebea4fd210aef6ab51483400b0a53514c37224060070706cc667f332eb2f"
+content-hash = "f81015774f482477a16f5ff585caf2a8179962a2461b1e70e51ed476fabd0bdd"
 
 [metadata.files]
 amqp = [
@@ -1500,7 +1500,7 @@ flake8-string-format = [
     {file = "flake8_string_format-0.3.0-py2.py3-none-any.whl", hash = "sha256:812ff431f10576a74c89be4e85b8e075a705be39bc40c4b4278b5b13e2afa9af"},
 ]
 flake8-use-fstring = [
-    {file = "flake8-use-fstring-1.1.tar.gz", hash = "sha256:a0eea849ffe33fb6903c210c243c0f418da86a530e46cb13e64f1bdb045f22dc"},
+    {file = "flake8-use-fstring-1.2.tar.gz", hash = "sha256:aa3ac530f4a6192ab5883e3c07248ba4e95338cea8f6ab7c1b7868bf89759f99"},
 ]
 freezegun = [
     {file = "freezegun-1.1.0-py2.py3-none-any.whl", hash = "sha256:2ae695f7eb96c62529f03a038461afe3c692db3465e215355e1bb4b0ab408712"},
diff --git a/pyproject.toml b/pyproject.toml
index 31bc22a..472c3b4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -44,7 +44,7 @@ pytest-django = "~4.4.0"
 pytest-cov = "~3.0.0"
 pytest-freezegun = "^0.4.2"
 wemake-python-styleguide = "~0.15.3"
-flake8-use-fstring = "~1.1"
+flake8-use-fstring = "~1.2"
 flake8-django = "~1.1.1"
 flake8-annotations-coverage = "~0.0.5"
 ipython = "^7.28.0"