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

This commit is contained in:
renovate[bot] 2023-01-30 00:55:39 +00:00
parent b667f23a04
commit 619a807857
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -224,14 +224,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]
@ -950,4 +950,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "d9a832f96c90e0ed31bacabbc48fc38015480f3b2507d7798fee7ae05662752f"
content-hash = "98c4e27a1033498e56cec4aebe9845520e57470e0dc7520062db75eb3d07572a"

View File

@ -45,7 +45,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"