chore(deps): update dependency flake8-docstrings to v1.7.0

This commit is contained in:
renovate[bot] 2023-01-30 02:00:24 +00:00
parent d106aafb4f
commit caf3e3826d
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -280,14 +280,14 @@ test = ["pytest"]
[[package]]
name = "flake8-docstrings"
version = "1.6.0"
version = "1.7.0"
description = "Extension for flake8 which uses pydocstyle to check docstrings"
category = "dev"
optional = false
python-versions = "*"
python-versions = ">=3.7"
files = [
{file = "flake8-docstrings-1.6.0.tar.gz", hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"},
{file = "flake8_docstrings-1.6.0-py2.py3-none-any.whl", hash = "sha256:99cac583d6c7e32dd28bbfbef120a7c0d1b6dde4adb5a9fd441c4227a6534bde"},
{file = "flake8_docstrings-1.7.0-py2.py3-none-any.whl", hash = "sha256:51f2344026da083fc084166a9353f5082b01f72901df422f74b4d953ae88ac75"},
{file = "flake8_docstrings-1.7.0.tar.gz", hash = "sha256:4c8cc748dc16e6869728699e5d0d685da9a10b0ea718e090b1ba088e67a941af"},
]
[package.dependencies]
@ -1130,4 +1130,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "fdbcafef9d7de06f9c92dee9e116204a8289b72d4625080103d552705ef934b1"
content-hash = "6788a8661e757e02024ecda28b44c3aeca3c75e3b88fb6be6952d83e49c4cd0d"

View File

@ -48,7 +48,7 @@ bandit = "1.7.4"
flake8 = "5.0.4"
flake8-blind-except = "0.2.1"
flake8-builtins = "2.1.0"
flake8-docstrings = "1.6.0"
flake8-docstrings = "1.7.0"
flake8-eradicate = "1.4.0"
flake8-isort = "6.0.0"
flake8-logging-format = "0.9.0"