diff --git a/poetry.lock b/poetry.lock index e96c2b4b..a773b0d9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -270,15 +270,16 @@ flake8 = "*" [[package]] name = "flake8-rst-docstrings" -version = "0.0.14" +version = "0.2.1" description = "Python docstring reStructuredText (RST) validator" category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.3" [package.dependencies] flake8 = ">=3.0.0" -restructuredtext_lint = "*" +pygments = "*" +restructuredtext-lint = "*" [[package]] name = "gitdb" @@ -961,7 +962,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "caed8593fd4b5caa966794a9cd62ce7b8b60ded2ce65aafe42513f9e28b9efe0" +content-hash = "3c4a59f8c59b3cd175e651005319c3b0938dde28afba158c927e0fc5ed74f2a3" [metadata.files] alabaster = [ @@ -1113,7 +1114,8 @@ flake8-polyfill = [ {file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"}, ] flake8-rst-docstrings = [ - {file = "flake8-rst-docstrings-0.0.14.tar.gz", hash = "sha256:8f8bcb18f1408b506dd8ba2c99af3eac6128f6911d4bf6ff874b94caa70182a2"}, + {file = "flake8-rst-docstrings-0.2.1.tar.gz", hash = "sha256:1617d1dcdb31675d24fd8ff8e5d7932e449a4518dcc1365e50beceb86d658e7f"}, + {file = "flake8_rst_docstrings-0.2.1-py3-none-any.whl", hash = "sha256:a30f6652f1a68d43f9ad9c9b49aa073e651647fb84d3f6784656a2583473eb79"}, ] gitdb = [ {file = "gitdb-4.0.5-py3-none-any.whl", hash = "sha256:91f36bfb1ab7949b3b40e23736db18231bf7593edada2ba5c3a174a7b23657ac"}, diff --git a/pyproject.toml b/pyproject.toml index f1825b2b..571f6180 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ black = "^20.8b1" flake8-bandit = "^2.1.2" flake8-bugbear = "^20.1.4" flake8-docstrings = "^1.5.0" -flake8-rst-docstrings = "^0.0.14" +flake8-rst-docstrings = "^0.2.1" pep8-naming = "^0.11.1" darglint = "^1.7.0" reorder-python-imports = "^2.4.0"