From d3840e4be87535cf30c521da1ce8b9a468733362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Dec 2021 13:39:00 +0100 Subject: [PATCH] Build(deps-dev): Bump flake8-rst-docstrings from 0.2.4 to 0.2.5 (#573) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b0e467d0..717c0d4b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -430,7 +430,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 @@ -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 = "edf763f500a300ce5ada3a14b8bd9e27750e0e71e7ce5d04a2d6dbb6b019920d" +content-hash = "f90efe131d9bc1a11ba7945e10e33b20a84da1506703ce59bbcc909db005593e" [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.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 9fe48279..0f8337aa 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.4" +flake8-rst-docstrings = "^0.2.5" pep8-naming = "^0.12.1" darglint = "^1.8.1" reorder-python-imports = "^2.6.0"