diff --git a/poetry.lock b/poetry.lock index 31a6e5d..ad32b84 100644 --- a/poetry.lock +++ b/poetry.lock @@ -314,7 +314,7 @@ flake8 = "*" [[package]] name = "flake8-rst-docstrings" -version = "0.2.6" +version = "0.2.7" description = "Python docstring reStructuredText (RST) validator" category = "dev" optional = false @@ -1259,7 +1259,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "6cd38c9126ee77a7e37a824bceba5a1dcbb023e96bbf585ae9384ac9809bc1e6" +content-hash = "284968fa4610cf04c9d179dc913f365aa771f691f4e3310edc058c543accfbbe" [metadata.files] alabaster = [ @@ -1426,8 +1426,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.2.6.tar.gz", hash = "sha256:7d9526a264a1c2827b3408ea5f921f12ee0689ac123fecfa95744988aea02e6c"}, - {file = "flake8_rst_docstrings-0.2.6-py3-none-any.whl", hash = "sha256:a7a9bd9008e763339b2e19dbece7767ac0887cfaeaf9a70b12eb4449d5df1849"}, + {file = "flake8-rst-docstrings-0.2.7.tar.gz", hash = "sha256:2740067ab9237559dd45a3434d8c987792c7b259ca563621a3b95efe201f5382"}, + {file = "flake8_rst_docstrings-0.2.7-py3-none-any.whl", hash = "sha256:5d56075dce360bcc9c6775bfe7cb431aa395de600ca7e8d40580a28d50b2a803"}, ] furo = [ {file = "furo-2022.6.21-py3-none-any.whl", hash = "sha256:061b68e323345e27fcba024cf33a1e77f3dfd8d9987410be822749a706e2add6"}, diff --git a/pyproject.toml b/pyproject.toml index ead2947..09fac2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ black = ">=21.10b0" flake8-bandit = "^3.0.0" flake8-bugbear = ">=21.9.2" flake8-docstrings = "^1.6.0" -flake8-rst-docstrings = "^0.2.3" +flake8-rst-docstrings = "^0.2.7" pep8-naming = "^0.13.0" darglint = "^1.8.1" reorder-python-imports = "^3.1.0"