diff --git a/poetry.lock b/poetry.lock index 2874e92..df661c6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -520,14 +520,14 @@ flake8 = ">=3.0,<3.2.0 || >3.2.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] @@ -1659,4 +1659,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "5a2c2e2f1bd191d3f97d18c70ee521e948bda847bd50847f5223b5c05334c835" +content-hash = "1eb4e746e4751aeb5f81637eb6ba5d3a5597fd519ff1d0dba7a79896f14e32b2" diff --git a/pyproject.toml b/pyproject.toml index 5e5ea95..1c461e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ flake8-bandit = "^3.0.0" flake8-bugbear = "^22.10.27" flake8-builtins = "^2.0.1" flake8-comprehensions = "^3.10.1" -flake8-docstrings = "^1.5.0" +flake8-docstrings = "^1.7.0" flake8-eradicate = "^1.4.0" flake8-markdown = "^0.3.0" flake8-simplify = "^0.19.3"