diff --git a/{{cookiecutter.project_name}}/poetry.lock b/{{cookiecutter.project_name}}/poetry.lock index 06c67eeb1..a20a1e504 100644 --- a/{{cookiecutter.project_name}}/poetry.lock +++ b/{{cookiecutter.project_name}}/poetry.lock @@ -160,7 +160,7 @@ toml = ["toml"] [[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 @@ -1000,7 +1000,7 @@ testing = ["jaraco.itertools", "func-timeout"] [metadata] lock-version = "1.1" python-versions = "^3.6.1" -content-hash = "a4b13f39ab8d18cda259d8d45f95854d2ad6c49d1fe28ebd91b047dbbb4953b0" +content-hash = "34239c8c314587c31b12fcb1f1fefa89477fd53fd620ecb546ef4b2ee8ac6f7f" [metadata.files] alabaster = [ @@ -1113,8 +1113,8 @@ coverage = [ {file = "coverage-5.5.tar.gz", hash = "sha256:ebe78fe9a0e874362175b02371bdfbee64d8edc42a044253ddf4ee7d3c15212c"}, ] 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.6-py3-none-any.whl", hash = "sha256:454a69d788c7fda44efd71e259be79577822f5e3f53f029a22d08004e951dc9f"}, diff --git a/{{cookiecutter.project_name}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml index a38d814a4..b8cece9f1 100644 --- a/{{cookiecutter.project_name}}/pyproject.toml +++ b/{{cookiecutter.project_name}}/pyproject.toml @@ -44,7 +44,7 @@ flake8-bugbear = "^21.3.2" 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" sphinx-rtd-theme = "^0.5.1"