diff --git a/poetry.lock b/poetry.lock index 7280d0a..17cc672 100644 --- a/poetry.lock +++ b/poetry.lock @@ -234,14 +234,14 @@ pyflakes = ">=3.0.0,<3.1.0" [[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] @@ -834,4 +834,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ca9435374477220c727c1f2139876663b2654ed3c3b5b2c8aa9accadb5ef01cf" +content-hash = "7257e4ccd1cba18a36b8e914a6f25b5ee6f2df047b787d7e97518b8c4617ce14" diff --git a/pyproject.toml b/pyproject.toml index 0c9a6ad..3a0c958 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pytest = "^7.2.1" pytest-cov = "^4.0.0" wheel = "^0.38.4" flake8 = "^6.0.0" -flake8-docstrings = "^1.6.0" +flake8-docstrings = "^1.7.0" flake8-string-format = "^0.3.0" flake8-tuple = "^0.4.1" freezegun = "^1.2.2"