diff --git a/poetry.lock b/poetry.lock index ffcb96df..5862e91f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -292,7 +292,7 @@ test = ["pytest (>=3.6.0,!=3.9.0,!=3.9.1,!=3.9.2)", "pretend", "iso8601", "pytz" [[package]] name = "darglint" -version = "1.5.8" +version = "1.6.0" description = "A utility for ensuring Google-style docstrings stay up to date with the source code." category = "dev" optional = false @@ -1368,7 +1368,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.6.1" -content-hash = "dce70c432cc6cf3a6b37dc35cb9b86237d4ee9cce3ec7e17cad3af1ddfca9ee5" +content-hash = "8dae1bdfd72964f6d1476b0b67225dfe74f0d85559e9d8dc81847918097b433b" [metadata.files] alabaster = [ @@ -1565,8 +1565,8 @@ cryptography = [ {file = "cryptography-3.3.1.tar.gz", hash = "sha256:7e177e4bea2de937a584b13645cab32f25e3d96fc0bc4a4cf99c27dc77682be6"}, ] darglint = [ - {file = "darglint-1.5.8-py3-none-any.whl", hash = "sha256:2e1012945a09d19a15cc87f9d15e7b14c18473ec9cf7769c641951b348de1353"}, - {file = "darglint-1.5.8.tar.gz", hash = "sha256:529f4969029d5ff5f74bfec48adc14b6f003409141f722b6cc4b787dddc8a4dd"}, + {file = "darglint-1.6.0-py3-none-any.whl", hash = "sha256:c80849fd83a06d0bec3c93240360214cf56979691c6d18e2abb293aa404bf443"}, + {file = "darglint-1.6.0.tar.gz", hash = "sha256:9c91a1dd93f6cdbdd626ecea8ae2849fafe6588bb6d6dbbf7066f9ae69fca771"}, ] dataclasses = [ {file = "dataclasses-0.8-py3-none-any.whl", hash = "sha256:0201d89fa866f68c8ebd9d08ee6ff50c0b255f8ec63a71c16fda7af82bb887bf"}, diff --git a/pyproject.toml b/pyproject.toml index 6b8a48f6..f05b7020 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ flake8-bugbear = "^20.11.1" flake8-docstrings = "^1.5.0" flake8-rst-docstrings = "^0.0.14" pep8-naming = "^0.11.1" -darglint = "^1.5.8" +darglint = "^1.6.0" reorder-python-imports = "^2.3.6" pre-commit-hooks = "^3.4.0" furo = "^2020.12.30b24"