diff --git a/poetry.lock b/poetry.lock index 036bc932d..1eb371514 100644 --- a/poetry.lock +++ b/poetry.lock @@ -417,7 +417,7 @@ python-versions = "*" [[package]] name = "doc8" -version = "0.9.1" +version = "0.11.1" description = "Style checker for Sphinx (or other) RST documentation" category = "dev" optional = false @@ -2252,7 +2252,7 @@ sqlserver = ["pyodbc"] [metadata] lock-version = "1.1" python-versions = ">=3.7.1, <3.11" -content-hash = "4c7c8a54d5c2d120bf2ebcd275b4b78bd899635cdd8952f238b9181d49c620b7" +content-hash = "deaa3dd912f52390875a5360289a74ad7e6c0598d2f1868f7a4037ca2d6d8f41" [metadata.files] aenum = [ @@ -2628,8 +2628,8 @@ distlib = [ {file = "distlib-0.3.4.zip", hash = "sha256:e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579"}, ] doc8 = [ - {file = "doc8-0.9.1-py3-none-any.whl", hash = "sha256:0aa46f489dc8cdc908c0125c7b5c1c01eafe2f8c09b4bf3946cabeec90489d68"}, - {file = "doc8-0.9.1.tar.gz", hash = "sha256:0e967db31ea10699667dd07790f98cf9d612ee6864df162c64e4954a8e30f90d"}, + {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 b8b797aa5..9039e050b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ pylint = "^2.11.1" flake8 = "^4.0.0" mypy = "^0.910" pydocstyle = "^6.1.1" -doc8 = "^0.9.1" +doc8 = "^0.11.1" tox = "^3.24.4" pytest = "^7.0.0" pytest-cov = "^3.0.0"