From f6fbf40648581f4f187a80f662a4214bcad3c785 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 16:00:30 +0100 Subject: [PATCH] chore(deps): update dependency pydocstyle to v6 (#65) Co-authored-by: Renovate Bot --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d1a156f..bacc41c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -438,11 +438,11 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pydocstyle" -version = "5.1.1" +version = "6.0.0" description = "Python docstring style checker" category = "dev" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" [package.dependencies] snowballstemmer = "*" @@ -660,7 +660,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "9b82722808804c814ffbaedbf829efc7f2f1b14268ba0145127eb817e654522b" +content-hash = "f9c5964a3964865db4cadbf594d7297950c83d98d214e774fe1ff8e2cf261287" [metadata.files] anyconfig = [ @@ -908,8 +908,8 @@ pycodestyle = [ {file = "pycodestyle-2.6.0.tar.gz", hash = "sha256:c58a7d2815e0e8d7972bf1803331fb0152f867bd89adf8a01dfd55085434192e"}, ] pydocstyle = [ - {file = "pydocstyle-5.1.1-py3-none-any.whl", hash = "sha256:aca749e190a01726a4fb472dd4ef23b5c9da7b9205c0a7857c06533de13fd678"}, - {file = "pydocstyle-5.1.1.tar.gz", hash = "sha256:19b86fa8617ed916776a11cd8bc0197e5b9856d5433b777f51a3defe13075325"}, + {file = "pydocstyle-6.0.0-py3-none-any.whl", hash = "sha256:d4449cf16d7e6709f63192146706933c7a334af7c0f083904799ccb851c50f6d"}, + {file = "pydocstyle-6.0.0.tar.gz", hash = "sha256:164befb520d851dbcf0e029681b91f4f599c62c5cd8933fd54b1bfbd50e89e1f"}, ] pyflakes = [ {file = "pyflakes-2.2.0-py2.py3-none-any.whl", hash = "sha256:0d94e0e05a19e57a99444b6ddcf9a6eb2e5c68d3ca1e98e90707af8152c90a92"}, diff --git a/pyproject.toml b/pyproject.toml index 9b1f248..9062ac4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ flake8-pep3101 = "^1.3.0" flake8-polyfill = "^1.0.2" flake8-quotes = "^3.2.0" pep8-naming = "^0.11.1" -pydocstyle = "^5.1.1" +pydocstyle = "^6.0.0" pytest = "^6.2.1" pytest-cov = "^2.10.1" pytest-mock = "^3.4.0"