diff --git a/poetry.lock b/poetry.lock index 4eeb2a43..bddd0b2c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -376,11 +376,11 @@ flake8 = "*" [[package]] name = "flake8-rst-docstrings" -version = "0.2.5" +version = "0.2.6" description = "Python docstring reStructuredText (RST) validator" category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] flake8 = ">=3.0.0" @@ -1275,7 +1275,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "260d24f4dd6444b95aeee6c3f535e4b8029c7cb2e2945852b37aad43b732ba71" +content-hash = "787124d3b26d76343f9436d5fc0c928761b55fe06490bba48a07fb8c0cd82505" [metadata.files] alabaster = [ @@ -1530,8 +1530,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.5.tar.gz", hash = "sha256:4fe93f997dea45d9d3c8bd220f12f0b6c359948fb943b5b48021a3f927edd816"}, - {file = "flake8_rst_docstrings-0.2.5-py3-none-any.whl", hash = "sha256:b99d9041b769b857efe45a448dc8c71b1bb311f9cacbdac5de82f96498105082"}, + {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"}, ] furo = [ {file = "furo-2022.6.4.1-py3-none-any.whl", hash = "sha256:79f2d3a61e3d971c0acd59f53d3202e7336789cd893f7bdc3cc7bc37d6ef252c"}, diff --git a/pyproject.toml b/pyproject.toml index 12971f89..73999b15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ flake8 = "^4.0.1" flake8-bandit = "^3.0.0" flake8-bugbear = "^22.4.25" flake8-docstrings = "^1.6.0" -flake8-rst-docstrings = "^0.2.5" +flake8-rst-docstrings = "^0.2.6" pep8-naming = "^0.13.0" darglint = "^1.8.1" reorder-python-imports = "^3.1.0"