From 8246c02c34bd44b8f971a72042a7f96f0d29d7f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 00:55:35 +0000 Subject: [PATCH] Bump pydoclint from 0.3.9 to 0.4.1 Bumps [pydoclint](https://github.com/jsh9/pydoclint) from 0.3.9 to 0.4.1. - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](https://github.com/jsh9/pydoclint/compare/0.3.9...0.4.1) --- updated-dependencies: - dependency-name: pydoclint dependency-type: direct:development update-type: version-update:semver-minor ... 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 81b5440..2d69087 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1586,17 +1586,17 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pydoclint" -version = "0.3.9" +version = "0.4.1" description = "A Python docstring linter that checks arguments, returns, yields, and raises sections" optional = false python-versions = ">=3.8" files = [ - {file = "pydoclint-0.3.9-py2.py3-none-any.whl", hash = "sha256:41e2db41e8b0e5259437d9773e56f1e892312da5aca26335729bad15c84be60c"}, - {file = "pydoclint-0.3.9.tar.gz", hash = "sha256:22864e6788f8051a11d10296957238b86b7ac7081dde0853531abfffb441f797"}, + {file = "pydoclint-0.4.1-py2.py3-none-any.whl", hash = "sha256:4e32fdf0a47a2199377617f09af0a82a2157f80543026f919a17112a396e752f"}, + {file = "pydoclint-0.4.1.tar.gz", hash = "sha256:d39ed26a793203afadb1917011710fbf258ac3dddcd79b53212e0a2107221643"}, ] [package.dependencies] -click = ">=8.0.0" +click = ">=8.1.0" docstring-parser-fork = ">=0.0.5" tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} @@ -2620,4 +2620,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.09" -content-hash = "37deb5abe150ffe6bb20ab0ac1400fe9ae5a2e38c0315322fc3c4c03f434b319" +content-hash = "13f32469536235a0318af1ec11b35cda0ffd5ae7774eab65d8b4c1843d4b7f58" diff --git a/pyproject.toml b/pyproject.toml index 433fc45..0522865 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ flake8-return = "^1.2.0" flake8-unused-arguments = "^0.0.13" flake8-useless-assert = "^0.4.4" pep8-naming = "^0.13.3" -pydoclint = "^0.3.8" +pydoclint = ">=0.3.8,<0.5.0" tryceratops = "^2.3.2" [build-system]