diff --git a/poetry.lock b/poetry.lock index 2700a73..fd415ef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -619,14 +619,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] @@ -966,4 +966,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "db1c149e50ba486c3c1db3236804a94d2f49f0b7e3e5d3f3af4e28674397789d" +content-hash = "88a9fd382575d2f362475a52e4787437d67958a39c26f438bacc862cec025d9f" diff --git a/pyproject.toml b/pyproject.toml index 7e1c6bc..6a25952 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ flake8-polyfill = "1.0.2" flake8-quotes = "3.3.2" pdoc3 = "0.10.0" 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"