From f0ae0cd9d6ef6102230f1507a69327b6c33d0dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 02:19:34 +0000 Subject: [PATCH] Bump doc8 from 0.10.1 to 0.11.1 Bumps [doc8](https://github.com/pycqa/doc8) from 0.10.1 to 0.11.1. - [Release notes](https://github.com/pycqa/doc8/releases) - [Commits](https://github.com/pycqa/doc8/compare/0.10.1...0.11.1) --- updated-dependencies: - dependency-name: doc8 dependency-type: direct:development update-type: version-update:semver-minor ... 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 673272c..08ab384 100644 --- a/poetry.lock +++ b/poetry.lock @@ -204,7 +204,7 @@ tests = ["check-manifest (>=0.42)", "mock (>=1.3.0)", "pytest-cov (>=2.10.1)", " [[package]] name = "doc8" -version = "0.10.1" +version = "0.11.1" description = "Style checker for Sphinx (or other) RST documentation" category = "dev" optional = false @@ -1282,7 +1282,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "58f42add1d8304d3155745c00202ada2209279b43e8b83ffd7c787b536c8dc4d" +content-hash = "71e886cfd62b61aec2ac441b1a760471660881e034e8fc6f3f8ed82165495751" [metadata.files] aiocontextvars = [ @@ -1407,8 +1407,8 @@ dictdiffer = [ {file = "dictdiffer-0.9.0.tar.gz", hash = "sha256:17bacf5fbfe613ccf1b6d512bd766e6b21fb798822a133aa86098b8ac9997578"}, ] doc8 = [ - {file = "doc8-0.10.1-py3-none-any.whl", hash = "sha256:551a61df5915f0107e518d582fead47a0a56df7d4a9374feab955ea14dedea84"}, - {file = "doc8-0.10.1.tar.gz", hash = "sha256:376e50f4e70a1ae935416ddfcf93db35dd5d4cc0e557f2ec72f0667d0ace4548"}, + {file = "doc8-0.11.1-py3-none-any.whl", hash = "sha256:eb1199522e5b018b359ad932a07722f1f78a4da3f6a2d182ae02791aff993427"}, + {file = "doc8-0.11.1.tar.gz", hash = "sha256:6dbcb5472efd332763ffb2862b4fdeec40c8a6fdc6bb67e68713ad749ca5808c"}, ] docutils = [ {file = "docutils-0.17.1-py2.py3-none-any.whl", hash = "sha256:cf316c8370a737a022b72b56874f6602acf974a37a9fba42ec2876387549fc61"}, diff --git a/pyproject.toml b/pyproject.toml index f36313f..0791d09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,6 @@ pytest-randomly = "^3.10.3" sphinx = "^4.3.1" sphinx-autodoc-typehints = "^1.12" -doc8 = "^0.10" +doc8 = "^0.11" m2r2 = "^0.3" tomlkit = "^0.7"