From 77bcae8b5b189a1966c836a67c744360af06373b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 09:33:13 +0000 Subject: [PATCH] Bump darglint from 1.7.0 to 1.8.0 Bumps [darglint](https://github.com/raddessi/SublimeLinter-contrib-darglint) from 1.7.0 to 1.8.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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index bebbc257..2db18581 100644 --- a/poetry.lock +++ b/poetry.lock @@ -195,7 +195,7 @@ toml = ["toml"] [[package]] name = "darglint" -version = "1.7.0" +version = "1.8.0" description = "A utility for ensuring Google-style docstrings stay up to date with the source code." category = "dev" optional = false @@ -869,7 +869,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "56fb6949ae479448b80c6c9fb557b5a71a803b7dc8c1160162b38babad5ac11d" +content-hash = "c4cbbf10096bd12eb9689adf834c750a5f10be0e7c033c96a10d3c284849307b" [metadata.files] aiohttp = [ @@ -1025,8 +1025,8 @@ coverage = [ {file = "coverage-5.5.tar.gz", hash = "sha256:ebe78fe9a0e874362175b02371bdfbee64d8edc42a044253ddf4ee7d3c15212c"}, ] darglint = [ - {file = "darglint-1.7.0-py3-none-any.whl", hash = "sha256:3bf16e78e2909ecdb737afd45fcd6a3f8993b092c2ba2b7cd7b179cceee87a43"}, - {file = "darglint-1.7.0.tar.gz", hash = "sha256:e49b36ac9b4272a9a988b508d23e9f31c29f80a5fc030f1023b46740b5deab31"}, + {file = "darglint-1.8.0-py3-none-any.whl", hash = "sha256:ac6797bcc918cd8d8f14c168a4a364f54e1aeb4ced59db58e7e4c6dfec2fe15c"}, + {file = "darglint-1.8.0.tar.gz", hash = "sha256:aa605ef47817a6d14797d32b390466edab621768ea4ca5cc0f3c54f6d8dcaec8"}, ] distlib = [ {file = "distlib-0.3.1-py2.py3-none-any.whl", hash = "sha256:8c09de2c67b3e7deef7184574fc060ab8a793e7adbb183d942c389c8b13c52fb"}, diff --git a/pyproject.toml b/pyproject.toml index 2eb19796..5d8ee42c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ flake8-builtins = "^1.5.3" flake8-comprehensions = "^3.4.0" flake8-eradicate = "^1.0.0" flake8-markdown = "^0.2.0" -darglint = "^1.7.0" +darglint = "^1.8.0" safety = "^1.10.3" codespell = "^2.0.0" bandit = "^1.7.0"