From 394e585283a54ff993e26d9f0bade1a41eb9c602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2020 06:25:46 +0000 Subject: [PATCH] Bump darglint from 1.5.1 to 1.5.2 Bumps [darglint](https://github.com/raddessi/SublimeLinter-contrib-darglint) from 1.5.1 to 1.5.2. - [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 c96061b..683b2cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -173,7 +173,7 @@ description = "A utility for ensuring Google-style docstrings stay up to date wi name = "darglint" optional = false python-versions = ">=3.5,<4.0" -version = "1.5.1" +version = "1.5.2" [[package]] category = "dev" @@ -1036,7 +1036,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "9e948f3978d63b66719e2449c825c465d50f9359455315aaa13b637c3d5ca419" +content-hash = "9b43c081099cb1c1cb022594f7eae23091b084744ad1786f4558229825546830" python-versions = "^3.7" [metadata.files] @@ -1137,8 +1137,8 @@ coverage = [ {file = "coverage-5.2.1.tar.gz", hash = "sha256:a34cb28e0747ea15e82d13e14de606747e9e484fb28d63c999483f5d5188e89b"}, ] darglint = [ - {file = "darglint-1.5.1-py3-none-any.whl", hash = "sha256:b37be3bea80d25fa015c002ab63d4100a676441dbb75af7cd1df69b1b9324d5f"}, - {file = "darglint-1.5.1.tar.gz", hash = "sha256:cb845b4cd046c9073be1f24935b6609abdc521270669ed7370ca0cdb112a7e1c"}, + {file = "darglint-1.5.2-py3-none-any.whl", hash = "sha256:049a98cf3aec8cf6ea344a863c68112d80b7f8de214459b5fa6853371f89c3e7"}, + {file = "darglint-1.5.2.tar.gz", hash = "sha256:6b9461f96694c2cf1d8edb1597a783fe6840953b0eb18cc6cc1e72a26f196d79"}, ] distlib = [ {file = "distlib-0.3.0.zip", hash = "sha256:2e166e231a26b36d6dfe35a48c4464346620f8645ed0ace01ee31822b288de21"}, diff --git a/pyproject.toml b/pyproject.toml index 9f170f1..cec324b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pygments = "^2.6.1" xdoctest = "^0.13.0" sphinx = "^3.1.2" sphinx-autobuild = "^0.7.1" -darglint = "^1.5.1" +darglint = "^1.5.2" flake8-docstrings = "^1.5.0" flake8-rst-docstrings = "^0.0.13" pep8-naming = "^0.11.1"