diff --git a/poetry.lock b/poetry.lock index 4e795b8..0c48f4d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -462,7 +462,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pydocstyle" -version = "6.0.0" +version = "6.1.1" description = "Python docstring style checker" category = "dev" optional = false @@ -471,6 +471,9 @@ python-versions = ">=3.6" [package.dependencies] snowballstemmer = "*" +[package.extras] +toml = ["toml"] + [[package]] name = "pyflakes" version = "2.3.1" @@ -682,7 +685,7 @@ ansible-base = ["ansible-base"] [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "b77a675adf5c3317b8a98814b76a5b47fd4eee86c43510aa42fe82422d5685a1" +content-hash = "1a8c007041a039c900746bf339eee129a264382cde05f91d702a830bc4ede27f" [metadata.files] ansible = [ @@ -966,8 +969,8 @@ pycparser = [ {file = "pycparser-2.20.tar.gz", hash = "sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0"}, ] pydocstyle = [ - {file = "pydocstyle-6.0.0-py3-none-any.whl", hash = "sha256:d4449cf16d7e6709f63192146706933c7a334af7c0f083904799ccb851c50f6d"}, - {file = "pydocstyle-6.0.0.tar.gz", hash = "sha256:164befb520d851dbcf0e029681b91f4f599c62c5cd8933fd54b1bfbd50e89e1f"}, + {file = "pydocstyle-6.1.1-py3-none-any.whl", hash = "sha256:6987826d6775056839940041beef5c08cc7e3d71d63149b48e36727f70144dc4"}, + {file = "pydocstyle-6.1.1.tar.gz", hash = "sha256:1d41b7c459ba0ee6c345f2eb9ae827cab14a7533a88c5c6f7e94923f72df92dc"}, ] pyflakes = [ {file = "pyflakes-2.3.1-py2.py3-none-any.whl", hash = "sha256:7893783d01b8a89811dd72d7dfd4d84ff098e5eed95cfa8905b22bbffe52efc3"}, diff --git a/pyproject.toml b/pyproject.toml index d5e57fc..c15fbee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ flake8-pep3101 = "1.3.0" flake8-polyfill = "1.0.2" flake8-quotes = "3.2.0" pep8-naming = "0.11.1" -pydocstyle = "6.0.0" +pydocstyle = "6.1.1" pytest = "6.2.4" pytest-cov = "2.12.0" pytest-mock = "3.6.1"