diff --git a/poetry.lock b/poetry.lock index a22d951..35e89ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -285,7 +285,7 @@ bcrypt = ["bcrypt"] [[package]] name = "doc8" -version = "0.10.1" +version = "0.11.1" description = "Style checker for Sphinx (or other) RST documentation" category = "dev" optional = false @@ -1102,7 +1102,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "4b037eab35c47b8dc8f16f34c9d9f5ec8569aaa1c82e842ef7b1a2f566fa4b04" +content-hash = "1d391e64a8113a975c77cacd982a1650e8ae4d92653e37584256fe5f5be833b6" [metadata.files] alabaster = [ @@ -1324,8 +1324,8 @@ django = [ {file = "Django-4.0.3.tar.gz", hash = "sha256:77ff2e7050e3324c9b67e29b6707754566f58514112a9ac73310f60cd5261930"}, ] 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 0a0fc23..3122f17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ sphinx = "^4.4" sphinx-autodoc-typehints = "^1.17" sphinxcontrib-apidoc = "^0.3" furo = "^2022.2.23" -doc8 = "^0.10" +doc8 = "^0.11" m2r2 = "^0.3" tomlkit = "^0.10" toml = "^0.10.2"