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

This commit is contained in:
Renovate Bot 2021-10-20 14:02:56 +00:00 committed by renovate[bot]
parent 81d33daa69
commit a90dfe9efe
2 changed files with 9 additions and 9 deletions

14
poetry.lock generated
View File

@ -195,7 +195,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
@ -204,7 +204,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"
@ -257,7 +257,7 @@ flake8 = "*"
[[package]]
name = "flake8-quotes"
version = "3.3.0"
version = "3.3.1"
description = "Flake8 lint for quotes."
category = "dev"
optional = false
@ -711,7 +711,7 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "53d0e0149fb58f8b27724c5205d14d485e8eba976cac3968358e73d36b67869a"
content-hash = "6573d2d96a8bfb59cb5b563ced1a3bdf7eb7c26e2bb03efe625ddaa0a24433f3"
[metadata.files]
ansible = [
@ -867,8 +867,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"},
@ -886,7 +886,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

@ -55,12 +55,12 @@ bandit = "1.7.0"
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"
pep8-naming = "0.12.1"
pydocstyle = "6.1.1"
pytest = "6.2.5"