From a6d0f81590088291b0e3e93675ecbb0b37f5049f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Dec 2021 21:27:42 +0100 Subject: [PATCH] Build(deps-dev): Bump flake8-rst-docstrings from 0.2.3 to 0.2.4 (#572) --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d77280d3..41a3e79f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -430,11 +430,11 @@ flake8 = "*" [[package]] name = "flake8-rst-docstrings" -version = "0.2.3" +version = "0.2.4" description = "Python docstring reStructuredText (RST) validator" category = "dev" optional = false -python-versions = ">=3.3" +python-versions = ">=3.6" [package.dependencies] flake8 = ">=3.0.0" @@ -1417,7 +1417,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "97d8fe9f416f5fd7287f63a23bb9e8770c98a7bbc44b2649744e2c873f4c416c" +content-hash = "edf763f500a300ce5ada3a14b8bd9e27750e0e71e7ce5d04a2d6dbb6b019920d" [metadata.files] alabaster = [ @@ -1672,8 +1672,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.3.tar.gz", hash = "sha256:3045794e1c8467fba33aaea5c246b8369efc9c44ef8b0b20199bb6df7a4bd47b"}, - {file = "flake8_rst_docstrings-0.2.3-py3-none-any.whl", hash = "sha256:565bbb391d7e4d0042924102221e9857ad72929cdd305b26501736ec22c1451a"}, + {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"}, ] furo = [ {file = "furo-2021.11.23-py3-none-any.whl", hash = "sha256:6d396451ad1aadce380c662fca9362cb10f4fd85f296d74fe3ca32006eb641d7"}, diff --git a/pyproject.toml b/pyproject.toml index 5b25c82f..9fe48279 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ black = "^21.12b0" flake8-bandit = "^2.1.2" flake8-bugbear = "^21.11.29" flake8-docstrings = "^1.6.0" -flake8-rst-docstrings = "^0.2.3" +flake8-rst-docstrings = "^0.2.4" pep8-naming = "^0.12.1" darglint = "^1.8.1" reorder-python-imports = "^2.6.0"