diff --git a/poetry.lock b/poetry.lock index d134f2e0..8986b901 100644 --- a/poetry.lock +++ b/poetry.lock @@ -292,7 +292,7 @@ test = ["pytest (>=6.0)", "pytest-cov", "pytest-subtests", "pytest-xdist", "pret [[package]] name = "darglint" -version = "1.6.0" +version = "1.7.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 = "a8a18d6f095334d1c88ac101afc857a2160a9dc35af7aeac6a5fc87261ad66c4" +content-hash = "1a514d9d3cefd51a36af7ea4de359c99580cb4abb905526906b68178120e3666" [metadata.files] alabaster = [ @@ -1567,8 +1567,8 @@ cryptography = [ {file = "cryptography-3.4.6.tar.gz", hash = "sha256:2d32223e5b0ee02943f32b19245b61a62db83a882f0e76cc564e1cec60d48f87"}, ] darglint = [ - {file = "darglint-1.6.0-py3-none-any.whl", hash = "sha256:c80849fd83a06d0bec3c93240360214cf56979691c6d18e2abb293aa404bf443"}, - {file = "darglint-1.6.0.tar.gz", hash = "sha256:9c91a1dd93f6cdbdd626ecea8ae2849fafe6588bb6d6dbbf7066f9ae69fca771"}, + {file = "darglint-1.7.0-py3-none-any.whl", hash = "sha256:3bf16e78e2909ecdb737afd45fcd6a3f8993b092c2ba2b7cd7b179cceee87a43"}, + {file = "darglint-1.7.0.tar.gz", hash = "sha256:e49b36ac9b4272a9a988b508d23e9f31c29f80a5fc030f1023b46740b5deab31"}, ] dataclasses = [ {file = "dataclasses-0.8-py3-none-any.whl", hash = "sha256:0201d89fa866f68c8ebd9d08ee6ff50c0b255f8ec63a71c16fda7af82bb887bf"}, diff --git a/pyproject.toml b/pyproject.toml index b6e2e3b4..015b7ca8 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.6.0" +darglint = "^1.7.0" reorder-python-imports = "^2.4.0" pre-commit-hooks = "^3.4.0" furo = "^2020.12.30b24"