diff --git a/poetry.lock b/poetry.lock index 310593e..b3a39d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -196,7 +196,7 @@ flake8 = "*" [[package]] name = "flake8-quotes" -version = "3.3.0" +version = "3.3.1" description = "Flake8 lint for quotes." category = "dev" optional = false @@ -642,7 +642,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "80cfdd4f359e0b6b7bb0a3735f7d33657d11d8f628ad0c1ffec14659e9642a64" +content-hash = "4d1b15613c4da910eef990d52f31361aac0ec850400feff7047d8e5b643288f9" [metadata.files] atomicwrites = [ @@ -742,7 +742,7 @@ flake8-polyfill = [ {file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"}, ] flake8-quotes = [ - {file = "flake8-quotes-3.3.0.tar.gz", hash = "sha256:f1dd87830ed77ff2ce47fc0ee0fd87ae20e8f045355354ffbf4dcaa18d528217"}, + {file = "flake8-quotes-3.3.1.tar.gz", hash = "sha256:633adca6fb8a08131536af0d750b44d6985b9aba46f498871e21588c3e6f525a"}, ] gitdb = [ {file = "gitdb-4.0.7-py3-none-any.whl", hash = "sha256:6c4cc71933456991da20917998acbe6cf4fb41eeaab7d6d67fbc05ecd4c865b0"}, diff --git a/pyproject.toml b/pyproject.toml index 03e4585..e7cdfe5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ flake8-isort = "4.1.1" flake8-logging-format = "0.6.0" flake8-pep3101 = "1.3.0" flake8-polyfill = "1.0.2" -flake8-quotes = "3.3.0" +flake8-quotes = "3.3.1" pdoc3 = "0.10.0" pep8-naming = "0.12.1" pydocstyle = "6.1.1"