chore(deps-dev): bump doc8 from 0.8.1 to 0.9.1 (#105)

Bumps [doc8](https://github.com/pycqa/doc8) from 0.8.1 to 0.9.1.
- [Release notes](https://github.com/pycqa/doc8/releases)
- [Commits](https://github.com/pycqa/doc8/compare/0.8.1...0.9.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] 2021-10-28 21:59:19 -07:00 committed by GitHub
parent b9b511bf87
commit 19bdee7ad5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

12
poetry.lock generated
View file

@ -299,18 +299,16 @@ Django = ">=2.2"
[[package]]
name = "doc8"
version = "0.8.1"
version = "0.9.1"
description = "Style checker for Sphinx (or other) RST documentation"
category = "dev"
optional = false
python-versions = "*"
python-versions = ">=3.6"
[package.dependencies]
chardet = "*"
docutils = "*"
Pygments = "*"
restructuredtext-lint = ">=0.7"
six = "*"
stevedore = "*"
[[package]]
@ -1500,7 +1498,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
[metadata]
lock-version = "1.1"
python-versions = "^3.6"
content-hash = "a4f03f11422c68b2ee200b8ee291180b331cd95bcdc81d3a223a7666b4b89181"
content-hash = "3b37bb8c63c125e2becdb81eebaadab7ee9301392c23c38c7d2e6cec9db52340"
[metadata.files]
aiocontextvars = [
@ -1639,8 +1637,8 @@ django-jsonfield-backport = [
{file = "django_jsonfield_backport-1.0.4-py3-none-any.whl", hash = "sha256:ccb0c47bad0dad400940c9897baa6de956b487299e351821a7a59cc18e7b0f69"},
]
doc8 = [
{file = "doc8-0.8.1-py2.py3-none-any.whl", hash = "sha256:4d58a5c8c56cedd2b2c9d6e3153be5d956cf72f6051128f0f2255c66227df721"},
{file = "doc8-0.8.1.tar.gz", hash = "sha256:4d1df12598807cf08ffa9a1d5ef42d229ee0de42519da01b768ff27211082c12"},
{file = "doc8-0.9.1-py3-none-any.whl", hash = "sha256:0aa46f489dc8cdc908c0125c7b5c1c01eafe2f8c09b4bf3946cabeec90489d68"},
{file = "doc8-0.9.1.tar.gz", hash = "sha256:0e967db31ea10699667dd07790f98cf9d612ee6864df162c64e4954a8e30f90d"},
]
docutils = [
{file = "docutils-0.17.1-py2.py3-none-any.whl", hash = "sha256:cf316c8370a737a022b72b56874f6602acf974a37a9fba42ec2876387549fc61"},

View file

@ -75,7 +75,7 @@ pytest-randomly = "^3.0"
sphinx = "^4.2"
sphinx-autodoc-typehints = "^1.12"
doc8 = "^0.8"
doc8 = "^0.9"
m2r2 = "^0.3"
tomlkit = "^0.7"
pytest-pythonpath = "^0.7.3"