From 734aece98fc3d0d5fe6fe9be25ff59c680f80883 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Aug 2021 08:06:19 +0000 Subject: [PATCH] chore(deps): update dependency flake8-quotes to v3.3.0 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 146444e..f3ef3b8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -235,7 +235,7 @@ flake8 = "*" [[package]] name = "flake8-quotes" -version = "3.2.0" +version = "3.3.0" description = "Flake8 lint for quotes." category = "dev" optional = false @@ -703,7 +703,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "0da6de461e3392cd4e24068496d2e7b40fd947dabdd31ba0ab30445d51c912e6" +content-hash = "e8bc6c59d7f8dc905f1d6e0c75e8db0df987bfc774fc8493ff6d49e0bfc911ce" [metadata.files] anyconfig = [ @@ -834,7 +834,7 @@ flake8-polyfill = [ {file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"}, ] flake8-quotes = [ - {file = "flake8-quotes-3.2.0.tar.gz", hash = "sha256:3f1116e985ef437c130431ac92f9b3155f8f652fda7405ac22ffdfd7a9d1055e"}, + {file = "flake8-quotes-3.3.0.tar.gz", hash = "sha256:f1dd87830ed77ff2ce47fc0ee0fd87ae20e8f045355354ffbf4dcaa18d528217"}, ] gitdb = [ {file = "gitdb-4.0.7-py3-none-any.whl", hash = "sha256:6c4cc71933456991da20917998acbe6cf4fb41eeaab7d6d67fbc05ecd4c865b0"}, diff --git a/pyproject.toml b/pyproject.toml index 816c49f..033a669 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ flake8-isort = "4.0.0" flake8-logging-format = "0.6.0" flake8-pep3101 = "1.3.0" flake8-polyfill = "1.0.2" -flake8-quotes = "3.2.0" +flake8-quotes = "3.3.0" pep8-naming = "0.12.1" pydocstyle = "6.1.1" pytest = "6.2.4"