chore(deps-dev): bump doc8 from 0.10.1 to 0.11.1 (#184)

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-31 20:57:40 -07:00 committed by GitHub
parent d4409e5ff9
commit ed5b985f63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -245,7 +245,7 @@ Django = ">=2.2"
[[package]]
name = "doc8"
version = "0.10.1"
version = "0.11.1"
description = "Style checker for Sphinx (or other) RST documentation"
category = "dev"
optional = false
@ -1450,7 +1450,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "c7edc4f56db32d206e17ede5e3829e1fa9f0c13e22e55c14392b751e20ad44e6"
content-hash = "673eb86156797680ae387f3d9135a807297841433bdf09f86b667ba647446017"
[metadata.files]
alabaster = [
@ -1599,8 +1599,8 @@ django-jsonfield-backport = [
{file = "django_jsonfield_backport-1.0.5-py3-none-any.whl", hash = "sha256:727b402bad632e38539b489e48aefa6ffe03cedba76ac1f11b455423b3225a2d"},
]
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"},

View file

@ -75,7 +75,7 @@ pytest-randomly = "^3.11"
sphinx = "^4.5"
sphinx-autodoc-typehints = "^1.17"
doc8 = "^0.10"
doc8 = "^0.11"
m2r2 = "^0.3"
tomlkit = "^0.10"
pytest-pythonpath = "^0.7.4"