From b7b6c8d3ab5019d681e7f0f7f06e2cb08f983c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 21:09:20 +0000 Subject: [PATCH] Bump flake8-rst-docstrings from 0.0.14 to 0.2.7 Bumps [flake8-rst-docstrings](https://github.com/peterjc/flake8-rst-docstrings) from 0.0.14 to 0.2.7. - [Release notes](https://github.com/peterjc/flake8-rst-docstrings/releases) - [Commits](https://github.com/peterjc/flake8-rst-docstrings/commits) --- updated-dependencies: - dependency-name: flake8-rst-docstrings dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 +++++++----- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5275a0fa..7135382b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -273,15 +273,16 @@ flake8 = "*" [[package]] name = "flake8-rst-docstrings" -version = "0.0.14" +version = "0.2.7" description = "Python docstring reStructuredText (RST) validator" category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.7" [package.dependencies] flake8 = ">=3.0.0" -restructuredtext_lint = "*" +pygments = "*" +restructuredtext-lint = "*" [[package]] name = "gitdb" @@ -965,7 +966,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "5cad4ed21ff84c53df1dd297b255b5f2f29a9fb446e1bbdb37fc51a11f5e6729" +content-hash = "dd4645641fdc53819ca515e289b8789d5265528be940710079803b81590f50a7" [metadata.files] alabaster = [ @@ -1117,7 +1118,8 @@ flake8-polyfill = [ {file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"}, ] flake8-rst-docstrings = [ - {file = "flake8-rst-docstrings-0.0.14.tar.gz", hash = "sha256:8f8bcb18f1408b506dd8ba2c99af3eac6128f6911d4bf6ff874b94caa70182a2"}, + {file = "flake8-rst-docstrings-0.2.7.tar.gz", hash = "sha256:2740067ab9237559dd45a3434d8c987792c7b259ca563621a3b95efe201f5382"}, + {file = "flake8_rst_docstrings-0.2.7-py3-none-any.whl", hash = "sha256:5d56075dce360bcc9c6775bfe7cb431aa395de600ca7e8d40580a28d50b2a803"}, ] gitdb = [ {file = "gitdb-4.0.5-py3-none-any.whl", hash = "sha256:91f36bfb1ab7949b3b40e23736db18231bf7593edada2ba5c3a174a7b23657ac"}, diff --git a/pyproject.toml b/pyproject.toml index 1b0e290b..04d3e57d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ black = "^20.8b1" flake8-bandit = "^2.1.2" flake8-bugbear = "^21.4.3" flake8-docstrings = "^1.6.0" -flake8-rst-docstrings = "^0.0.14" +flake8-rst-docstrings = "^0.2.7" pep8-naming = "^0.11.1" darglint = "^1.7.0" reorder-python-imports = "^2.4.0"