chore(deps): update dependency flake8-quotes to v3.3.0

This commit is contained in:
Renovate Bot 2021-08-23 08:06:19 +00:00 committed by renovate[bot]
parent 161f9678f9
commit 734aece98f
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@ -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"},

View File

@ -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"