From 86f41dac43cb481d6ee58356dd21f13aa9b84808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 06:34:30 +0000 Subject: [PATCH] Bump darglint from 1.5.5 to 1.5.8 Bumps [darglint](https://github.com/raddessi/SublimeLinter-contrib-darglint) from 1.5.5 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 | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index dd726618..c6837299 100644 --- a/poetry.lock +++ b/poetry.lock @@ -200,11 +200,11 @@ toml = ["toml"] [[package]] name = "darglint" -version = "1.5.5" +version = "1.5.8" description = "A utility for ensuring Google-style docstrings stay up to date with the source code." category = "dev" optional = false -python-versions = ">=3.5,<4.0" +python-versions = ">=3.6,<4.0" [[package]] name = "dataclasses" @@ -1053,7 +1053,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 = "58ba1be8442ac0a45185845fce88ac2ce871bb9f265dae9f9f0a7540c21e6e1d" +content-hash = "a9db144aa8922575042fde677087a61162a3559d92691d38362d25ee99eb0e75" [metadata.files] alabaster = [ @@ -1161,8 +1161,8 @@ coverage = [ {file = "coverage-5.3.tar.gz", hash = "sha256:280baa8ec489c4f542f8940f9c4c2181f0306a8ee1a54eceba071a449fb870a0"}, ] darglint = [ - {file = "darglint-1.5.5-py3-none-any.whl", hash = "sha256:cd882c812f28ee3b5577259bfd8d6d25962386dd87fc1f3756eac24370aaa060"}, - {file = "darglint-1.5.5.tar.gz", hash = "sha256:2f12ce2ef3d8189279a8f2eb4c53fd215dbacae50e37765542a91310400a9cd6"}, + {file = "darglint-1.5.8-py3-none-any.whl", hash = "sha256:2e1012945a09d19a15cc87f9d15e7b14c18473ec9cf7769c641951b348de1353"}, + {file = "darglint-1.5.8.tar.gz", hash = "sha256:529f4969029d5ff5f74bfec48adc14b6f003409141f722b6cc4b787dddc8a4dd"}, ] dataclasses = [ {file = "dataclasses-0.6-py3-none-any.whl", hash = "sha256:454a69d788c7fda44efd71e259be79577822f5e3f53f029a22d08004e951dc9f"}, diff --git a/pyproject.toml b/pyproject.toml index 25036e0c..fb82d9e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ flake8-bugbear = "^20.1.4" flake8-docstrings = "^1.5.0" flake8-rst-docstrings = "^0.0.14" pep8-naming = "^0.11.1" -darglint = "^1.5.5" +darglint = "^1.5.8" reorder-python-imports = "^2.3.6" pre-commit-hooks = "^3.3.0" furo = "^2020.11.19b18"