From eecc15b861a98a2c05b1d7aadc3fb71173b280dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2020 05:56:57 +0000 Subject: [PATCH] Bump flake8-rst-docstrings from 0.0.13 to 0.0.14 Bumps [flake8-rst-docstrings](https://github.com/peterjc/flake8-rst-docstrings) from 0.0.13 to 0.0.14. - [Release notes](https://github.com/peterjc/flake8-rst-docstrings/releases) - [Commits](https://github.com/peterjc/flake8-rst-docstrings/compare/v0.0.13...v0.0.14) Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 32ae2a1..55b5735 100644 --- a/poetry.lock +++ b/poetry.lock @@ -309,7 +309,7 @@ description = "Python docstring reStructuredText (RST) validator" name = "flake8-rst-docstrings" optional = false python-versions = "*" -version = "0.0.13" +version = "0.0.14" [package.dependencies] flake8 = ">=3.0.0" @@ -1035,7 +1035,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "7eff3d0dd633b42b6536299c8787885ba8dc4f874b4f39d68373ab26f1b23898" +content-hash = "c729d61b55d1e5adc6315be5ddd4a6b106e6351d22ae6e5f1130147cc015c390" lock-version = "1.0" python-versions = "^3.7" @@ -1179,7 +1179,7 @@ flake8-polyfill = [ {file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"}, ] flake8-rst-docstrings = [ - {file = "flake8-rst-docstrings-0.0.13.tar.gz", hash = "sha256:b1b619d81d879b874533973ac04ee5d823fdbe8c9f3701bfe802bb41813997b4"}, + {file = "flake8-rst-docstrings-0.0.14.tar.gz", hash = "sha256:8f8bcb18f1408b506dd8ba2c99af3eac6128f6911d4bf6ff874b94caa70182a2"}, ] gitdb = [ {file = "gitdb-4.0.5-py3-none-any.whl", hash = "sha256:91f36bfb1ab7949b3b40e23736db18231bf7593edada2ba5c3a174a7b23657ac"}, diff --git a/pyproject.toml b/pyproject.toml index 5815703..d903543 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ sphinx = "^3.2.1" sphinx-autobuild = "^2020.9.1" darglint = "^1.5.4" flake8-docstrings = "^1.5.0" -flake8-rst-docstrings = "^0.0.13" +flake8-rst-docstrings = "^0.0.14" pep8-naming = "^0.11.1" pre-commit-hooks = "^3.2.0" typeguard = "^2.9.1"