From 44654a8e9d72e7816a41ffad4c79b5248a2f9aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 23:06:28 +0100 Subject: [PATCH] Bump darglint from 1.5.8 to 1.7.0 (#165) Bumps [darglint](https://github.com/raddessi/SublimeLinter-contrib-darglint) from 1.5.8 to 1.7.0. - [Release notes](https://github.com/raddessi/SublimeLinter-contrib-darglint/releases) - [Commits](https://github.com/raddessi/SublimeLinter-contrib-darglint/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d3b0a063..67bb4d63 100644 --- a/poetry.lock +++ b/poetry.lock @@ -160,7 +160,7 @@ toml = ["toml"] [[package]] name = "darglint" -version = "1.5.8" +version = "1.7.0" description = "A utility for ensuring Google-style docstrings stay up to date with the source code." category = "dev" optional = false @@ -1016,7 +1016,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 = "c7110a2dd54ce4615d44ce8d669f03007724c104b63fe787c3966d39ad04f1e1" +content-hash = "96bb955049558ed647296deee5244d561e062507f42c0e9b348f520bb5ab1728" [metadata.files] alabaster = [ @@ -1129,8 +1129,8 @@ coverage = [ {file = "coverage-5.5.tar.gz", hash = "sha256:ebe78fe9a0e874362175b02371bdfbee64d8edc42a044253ddf4ee7d3c15212c"}, ] 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.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/pyproject.toml b/pyproject.toml index 224eba7b..25f99dfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,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.7.0" reorder-python-imports = "^2.3.6" pre-commit-hooks = "^3.4.0" sphinx-rtd-theme = "^0.5.1"