diff --git a/poetry.lock b/poetry.lock index e96c2b4b..26c92401 100644 --- a/poetry.lock +++ b/poetry.lock @@ -270,15 +270,17 @@ flake8 = "*" [[package]] name = "flake8-rst-docstrings" -version = "0.0.14" +version = "0.1.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 = "*" +pydocstyle = ">=3.0.0" +pygments = "*" +restructuredtext-lint = "*" [[package]] name = "gitdb" @@ -961,7 +963,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 = "f5eaaaad8343c734d9480bfdaaf6e2b45bf748ea0c29258127e4fd0aa1c843b5" [metadata.files] alabaster = [ @@ -1113,7 +1115,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.1.1.tar.gz", hash = "sha256:df563cd091c9fc51791b8ffb82e97486c520d646eae27c627aca84b0c0b9ab43"}, + {file = "flake8_rst_docstrings-0.1.1-py3-none-any.whl", hash = "sha256:e732b46fa27393b0e2b6d6efb143bfbf782a91e164566c2c872aa7e6fb1c62a4"}, ] gitdb = [ {file = "gitdb-4.0.5-py3-none-any.whl", hash = "sha256:91f36bfb1ab7949b3b40e23736db18231bf7593edada2ba5c3a174a7b23657ac"}, diff --git a/pyproject.toml b/pyproject.toml index f1825b2b..261395c8 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.1.1" pep8-naming = "^0.11.1" darglint = "^1.7.0" reorder-python-imports = "^2.4.0"