aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-31 18:01:23 +0000
committerGravatar GitHub <[email protected]>2023-01-31 18:01:23 +0000
commita471782567eb36b2a38aca2d1fee90e5a351da8b (patch)
tree44a8a912e5e8f63ed283c62393d244029317b52c
parentBump pre-commit from 3.0.1 to 3.0.2 (#1200) (diff)
Bump flake8-docstrings from 1.6.0 to 1.7.0 (#1199)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock10
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index e4cd7fdf..61b84005 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -538,14 +538,14 @@ dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest",
[[package]]
name = "flake8-docstrings"
-version = "1.6.0"
+version = "1.7.0"
description = "Extension for flake8 which uses pydocstyle to check docstrings"
category = "dev"
optional = false
-python-versions = "*"
+python-versions = ">=3.7"
files = [
- {file = "flake8-docstrings-1.6.0.tar.gz", hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"},
- {file = "flake8_docstrings-1.6.0-py2.py3-none-any.whl", hash = "sha256:99cac583d6c7e32dd28bbfbef120a7c0d1b6dde4adb5a9fd441c4227a6534bde"},
+ {file = "flake8_docstrings-1.7.0-py2.py3-none-any.whl", hash = "sha256:51f2344026da083fc084166a9353f5082b01f72901df422f74b4d953ae88ac75"},
+ {file = "flake8_docstrings-1.7.0.tar.gz", hash = "sha256:4c8cc748dc16e6869728699e5d0d685da9a10b0ea718e090b1ba088e67a941af"},
]
[package.dependencies]
@@ -1935,4 +1935,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.10.*"
-content-hash = "4b70da5496cf0a5132377e66be6fc1e277ae4f60f126b84f42b02a60c8783031"
+content-hash = "f7a8e789e050c6a2fb4e5645771d2588b36a7cae0426702ea93a3283694c8f17"
diff --git a/pyproject.toml b/pyproject.toml
index bb7b0658..1a78d57b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ pyjokes = "0.6.0"
flake8 = "6.0.0"
flake8-annotations = "3.0.0"
flake8-bugbear = "23.1.20"
-flake8-docstrings = "1.6.0"
+flake8-docstrings = "1.7.0"
flake8-string-format = "0.3.0"
flake8-tidy-imports = "4.8.0"
flake8-todo = "0.7"