From 56c53c54636a41873a269b429a1d24124f093bcb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Aug 2021 08:09:13 +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 c3489f9..ef61e46 100644 --- a/poetry.lock +++ b/poetry.lock @@ -280,7 +280,7 @@ flake8 = "*" [[package]] name = "flake8-quotes" -version = "3.2.0" +version = "3.3.0" description = "Flake8 lint for quotes." category = "dev" optional = false @@ -803,7 +803,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "b91b75d4af8a56520216310180b56d2dbcf218d8c0ef028b20a1996208a03ec0" +content-hash = "5a33bfa739eefbc2720381894844c1fa31103768ba59e1059713ab6aaf576a9d" [metadata.files] anyconfig = [ @@ -946,7 +946,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 8465d49..d2a4fe9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,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"