Merge pull request #218 from jazzband/dependabot/pip/doc8-1.0.0

chore(deps-dev): bump doc8 from 0.11.2 to 1.0.0
This commit is contained in:
Mike 2022-07-30 08:06:15 -07:00 committed by GitHub
commit 0a2f15628f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 11 deletions

21
poetry.lock generated
View file

@ -245,25 +245,26 @@ Django = ">=2.2"
[[package]]
name = "doc8"
version = "0.11.2"
version = "1.0.0"
description = "Style checker for Sphinx (or other) RST documentation"
category = "dev"
optional = false
python-versions = ">=3.6"
python-versions = ">=3.7"
[package.dependencies]
docutils = "*"
docutils = ">=0.19,<0.21"
Pygments = "*"
restructuredtext-lint = ">=0.7"
stevedore = "*"
tomli = {version = "*", markers = "python_version < \"3.11\""}
[[package]]
name = "docutils"
version = "0.17.1"
version = "0.19"
description = "Docutils -- Python Documentation Utilities"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
python-versions = ">=3.7"
[[package]]
name = "dparse"
@ -1451,7 +1452,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "17fbbee25f31c24e4777e750500085f93152bcffcdda9939fb06605aa20c4dd5"
content-hash = "e335b37fa6817daac08aa84788da049e6875cde209cd698820b8be79ba31aea0"
[metadata.files]
alabaster = [
@ -1600,12 +1601,12 @@ django-jsonfield-backport = [
{file = "django_jsonfield_backport-1.0.5-py3-none-any.whl", hash = "sha256:727b402bad632e38539b489e48aefa6ffe03cedba76ac1f11b455423b3225a2d"},
]
doc8 = [
{file = "doc8-0.11.2-py3-none-any.whl", hash = "sha256:9187da8c9f115254bbe34f74e2bbbdd3eaa1b9e92efd19ccac7461e347b5055c"},
{file = "doc8-0.11.2.tar.gz", hash = "sha256:c35a231f88f15c204659154ed3d499fa4d402d7e63d41cba7b54cf5e646123ab"},
{file = "doc8-1.0.0-py3-none-any.whl", hash = "sha256:0c6c3104fa7f7bb2103589c0a8e272c105fdff3ddd1ef4808e51b2782185e9ab"},
{file = "doc8-1.0.0.tar.gz", hash = "sha256:1e999a14fe415ea96d89d5053c790d01061f19b6737706b817d1579c2a07cc16"},
]
docutils = [
{file = "docutils-0.17.1-py2.py3-none-any.whl", hash = "sha256:cf316c8370a737a022b72b56874f6602acf974a37a9fba42ec2876387549fc61"},
{file = "docutils-0.17.1.tar.gz", hash = "sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125"},
{file = "docutils-0.19-py3-none-any.whl", hash = "sha256:5e1de4d849fee02c63b040a4a3fd567f4ab104defd8a5511fbbc24a8a017efbc"},
{file = "docutils-0.19.tar.gz", hash = "sha256:33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6"},
]
dparse = [
{file = "dparse-0.5.1-py3-none-any.whl", hash = "sha256:e953a25e44ebb60a5c6efc2add4420c177f1d8404509da88da9729202f306994"},

View file

@ -75,7 +75,7 @@ pytest-randomly = "^3.12"
sphinx = "^5.1"
sphinx-autodoc-typehints = "^1.18"
doc8 = "^0.11"
doc8 = "^1.0"
m2r2 = "^0.3"
tomlkit = "^0.11"
pytest-pythonpath = "^0.7.4"