chore(deps): update dependency pydocstyle to v6.3.0

This commit is contained in:
renovate[bot] 2023-01-23 01:41:30 +00:00
parent 17486e82ee
commit 60f67a82fb
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -687,14 +687,14 @@ files = [
[[package]]
name = "pydocstyle"
version = "6.2.3"
version = "6.3.0"
description = "Python docstring style checker"
category = "dev"
optional = false
python-versions = ">=3.6"
files = [
{file = "pydocstyle-6.2.3-py3-none-any.whl", hash = "sha256:a04ed1e6fe0be0970eddbb1681a7ab59b11eb92729fdb4b9b24f0eb11a25629e"},
{file = "pydocstyle-6.2.3.tar.gz", hash = "sha256:d867acad25e48471f2ad8a40ef9813125e954ad675202245ca836cb6e28b2297"},
{file = "pydocstyle-6.3.0-py3-none-any.whl", hash = "sha256:118762d452a49d6b05e194ef344a55822987a462831ade91ec5c06fd2169d019"},
{file = "pydocstyle-6.3.0.tar.gz", hash = "sha256:7ce43f0c0ac87b07494eb9c0b462c0b73e6ff276807f204d6b53edc72b7e44e1"},
]
[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 = "913164e463b549396d3a0e066e89fd3a6989f19bbf0adeb32b36183a92b76f74"
content-hash = "fdbcafef9d7de06f9c92dee9e116204a8289b72d4625080103d552705ef934b1"

View File

@ -56,7 +56,7 @@ flake8-pep3101 = "2.0.0"
flake8-polyfill = "1.0.2"
flake8-quotes = "3.3.2"
pep8-naming = "0.13.3"
pydocstyle = "6.2.3"
pydocstyle = "6.3.0"
pytest = "7.2.1"
pytest-cov = "4.0.0"
pytest-mock = "3.10.0"