From d60415876528e3f56a3133d2dcabe682cc8d40f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 05:31:58 +0000 Subject: [PATCH] Bump darglint from 1.5.7 to 1.5.8 Bumps [darglint](https://github.com/raddessi/SublimeLinter-contrib-darglint) from 1.5.7 to 1.5.8. - [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 1402d60..b44a6fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -159,7 +159,7 @@ toml = ["toml"] [[package]] name = "darglint" -version = "1.5.7" +version = "1.5.8" description = "A utility for ensuring Google-style docstrings stay up to date with the source code." category = "dev" optional = false @@ -966,7 +966,7 @@ testing = ["jaraco.itertools", "func-timeout"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "ac708a06ad4c2561985bb44998b48af0f3c9505f31fc0da9948dd5188120c21f" +content-hash = "77b3314db6e22960732d8b15f7be2d20270284449e0fa9ff6278bd662203bad4" [metadata.files] alabaster = [ @@ -1061,8 +1061,8 @@ coverage = [ {file = "coverage-5.3.tar.gz", hash = "sha256:280baa8ec489c4f542f8940f9c4c2181f0306a8ee1a54eceba071a449fb870a0"}, ] darglint = [ - {file = "darglint-1.5.7-py3-none-any.whl", hash = "sha256:d4c6eb04fe4534ad9b6f27e9d113eedce7616056bffd26a52c212609ea50d157"}, - {file = "darglint-1.5.7.tar.gz", hash = "sha256:9e0cbdd0dde72160296d68d313539d81ec2050c5ff2d8295c4125d3400c62435"}, + {file = "darglint-1.5.8-py3-none-any.whl", hash = "sha256:2e1012945a09d19a15cc87f9d15e7b14c18473ec9cf7769c641951b348de1353"}, + {file = "darglint-1.5.8.tar.gz", hash = "sha256:529f4969029d5ff5f74bfec48adc14b6f003409141f722b6cc4b787dddc8a4dd"}, ] distlib = [ {file = "distlib-0.3.1-py2.py3-none-any.whl", hash = "sha256:8c09de2c67b3e7deef7184574fc060ab8a793e7adbb183d942c389c8b13c52fb"}, diff --git a/pyproject.toml b/pyproject.toml index c5cad3c..4af25ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pygments = "^2.7.2" xdoctest = "^0.15.0" sphinx = "^3.3.1" sphinx-autobuild = "^2020.9.1" -darglint = "^1.5.7" +darglint = "^1.5.8" flake8-docstrings = "^1.5.0" flake8-rst-docstrings = "^0.0.14" pep8-naming = "^0.11.1"