diff --git a/poetry.lock b/poetry.lock index d6caaa57..d46ad93b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -414,15 +414,16 @@ flake8 = "*" [[package]] name = "flake8-rst-docstrings" -version = "0.0.14" +version = "0.2.3" 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 = "furo" @@ -1370,7 +1371,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6.1" -content-hash = "bd93103cef86bcaba303cc10336b8c345e28fd35cd92226ac58e56085906fb9b" +content-hash = "26b84312ef054da19eedeb724ac2a16abc06e1856213cc90228e4ed45ed858ec" [metadata.files] alabaster = [ @@ -1612,7 +1613,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.3.tar.gz", hash = "sha256:3045794e1c8467fba33aaea5c246b8369efc9c44ef8b0b20199bb6df7a4bd47b"}, + {file = "flake8_rst_docstrings-0.2.3-py3-none-any.whl", hash = "sha256:565bbb391d7e4d0042924102221e9857ad72929cdd305b26501736ec22c1451a"}, ] furo = [ {file = "furo-2021.4.11b34-py3-none-any.whl", hash = "sha256:576a1dc1bcbe337d7c53cbc75b886802778a5964fd2e3324433d706066e9aea8"}, diff --git a/pyproject.toml b/pyproject.toml index 38801490..0866f73b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ black = "^20.8b1" flake8-bandit = "^2.1.2" flake8-bugbear = "^21.4.3" flake8-docstrings = "^1.6.0" -flake8-rst-docstrings = "^0.0.14" +flake8-rst-docstrings = "^0.2.3" pep8-naming = "^0.11.1" darglint = "^1.8.0" reorder-python-imports = "^2.5.0"