diff --git a/poetry.lock b/poetry.lock index 0db08c41..52bb2dd4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -375,7 +375,7 @@ flake8 = "*" [[package]] name = "flake8-rst-docstrings" -version = "0.2.4" +version = "0.2.5" description = "Python docstring reStructuredText (RST) validator" category = "dev" optional = false @@ -1263,7 +1263,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "95e40a2b65abc94e902499a279bed42e7e6c76b02e0585fa7f101d4a71d3718c" +content-hash = "fc4157c5ffb54c322b0e806f496366a8081349034a2bbaa46bbec890c81ea4d8" [metadata.files] alabaster = [ @@ -1502,8 +1502,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.4.tar.gz", hash = "sha256:b3f46b11110637dc24943ddb978081a66c97d6bfaff4fe27852813001020595b"}, - {file = "flake8_rst_docstrings-0.2.4-py3-none-any.whl", hash = "sha256:d665ff5a2de6ce47ec6677f2980e4c75215c1b22997903fe3f3ce87c358124ef"}, + {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"}, ] furo = [ {file = "furo-2021.11.23-py3-none-any.whl", hash = "sha256:6d396451ad1aadce380c662fca9362cb10f4fd85f296d74fe3ca32006eb641d7"}, diff --git a/pyproject.toml b/pyproject.toml index 8bcef2a1..f84348c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ flake8 = "^4.0.1" flake8-bandit = "^2.1.2" flake8-bugbear = "^21.11.29" flake8-docstrings = "^1.6.0" -flake8-rst-docstrings = "^0.2.4" +flake8-rst-docstrings = "^0.2.5" pep8-naming = "^0.12.1" darglint = "^1.8.1" reorder-python-imports = "^2.6.0"