chore(deps): update devdependencies (non-major)

This commit is contained in:
Renovate Bot 2021-10-20 06:24:34 +00:00 committed by renovate[bot]
parent 0ef6d258ff
commit 8065b21091
2 changed files with 9 additions and 9 deletions

14
poetry.lock generated
View File

@ -134,7 +134,7 @@ pydocstyle = ">=2.1"
[[package]]
name = "flake8-eradicate"
version = "1.1.0"
version = "1.2.0"
description = "Flake8 plugin to find commented out code"
category = "dev"
optional = false
@ -143,7 +143,7 @@ python-versions = ">=3.6,<4.0"
[package.dependencies]
attrs = "*"
eradicate = ">=2.0,<3.0"
flake8 = ">=3.5,<4.0"
flake8 = ">=3.5,<5"
[[package]]
name = "flake8-isort"
@ -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
@ -634,7 +634,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "fea3ccb21460f7ad0fd19901ed32e980c8e4128c543280f3752acd705e2e93b0"
content-hash = "74a1e4912ba6b9dda7cd46dda52d5e48c246bce2b348a0a39b8ef67a951481c6"
[metadata.files]
atomicwrites = [
@ -715,8 +715,8 @@ flake8-docstrings = [
{file = "flake8_docstrings-1.6.0-py2.py3-none-any.whl", hash = "sha256:99cac583d6c7e32dd28bbfbef120a7c0d1b6dde4adb5a9fd441c4227a6534bde"},
]
flake8-eradicate = [
{file = "flake8-eradicate-1.1.0.tar.gz", hash = "sha256:f5917d6dbca352efcd10c15fdab9c55c48f0f26f6a8d47898b25d39101f170a8"},
{file = "flake8_eradicate-1.1.0-py3-none-any.whl", hash = "sha256:d8e39b684a37c257a53cda817d86e2d96c9ba3450ddc292742623a5dfee04d9e"},
{file = "flake8-eradicate-1.2.0.tar.gz", hash = "sha256:acaa1b6839ff00d284b805c432fdfa6047262bd15a5504ec945797e87b4de1fa"},
{file = "flake8_eradicate-1.2.0-py3-none-any.whl", hash = "sha256:51dc660d0c1c1ed93af0f813540bbbf72ab2d3466c14e3f3bac371c618b6042f"},
]
flake8-isort = [
{file = "flake8-isort-4.1.1.tar.gz", hash = "sha256:d814304ab70e6e58859bc5c3e221e2e6e71c958e7005239202fee19c24f82717"},
@ -734,7 +734,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"},

View File

@ -45,12 +45,12 @@ flake8 = "3.9.2"
flake8-blind-except = "0.2.0"
flake8-builtins = "1.5.3"
flake8-docstrings = "1.6.0"
flake8-eradicate = "1.1.0"
flake8-eradicate = "1.2.0"
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"