diff --git a/poetry.lock b/poetry.lock index 21dfe2e..f896c32 100644 --- a/poetry.lock +++ b/poetry.lock @@ -366,7 +366,7 @@ typing_extensions = ["typing-extensions (>=3.7.2)"] [[package]] name = "pydocstyle" -version = "6.0.0" +version = "6.1.1" description = "Python docstring style checker" category = "dev" optional = false @@ -375,6 +375,9 @@ python-versions = ">=3.6" [package.dependencies] snowballstemmer = "*" +[package.extras] +toml = ["toml"] + [[package]] name = "pyflakes" version = "2.3.0" @@ -593,7 +596,7 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "bfc111f9cfcf8137c21116a4deec59b237eed283ae89d934d5b704b697bec2f2" +content-hash = "66155b737be48f59a196ae16286bde16d9b1e2b8465f3302e78e7db38374cb06" [metadata.files] aiosqlite = [ @@ -802,8 +805,8 @@ pydantic = [ {file = "pydantic-1.6.1.tar.gz", hash = "sha256:54122a8ed6b75fe1dd80797f8251ad2063ea348a03b77218d73ea9fe19bd4e73"}, ] 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.0-py2.py3-none-any.whl", hash = "sha256:910208209dcea632721cb58363d0f72913d9e8cf64dc6f8ae2e02a3609aba40d"}, diff --git a/pyproject.toml b/pyproject.toml index 0149145..3fde783 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ aiosqlite = { version = "^0.17.0", optional = true } [tool.poetry.dev-dependencies] flake8 = "^3.9.0" black = "^20.8b1" -pydocstyle = "^6.0.0" +pydocstyle = "^6.1.1" docutils = "^0.16" pytest = "^6.2.2" pytest-cov = "^2.11.1"