From 99fc0193726f73fc3f67ed76e054f51c83621432 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 2 Oct 2023 11:22:54 +0100 Subject: [PATCH] Bump flake8-docstrings version The version in use is way old and does not support Python 3.11. Bump it. Change-Id: I047293ed51e249c69dc64c32029680439e3972fd Signed-off-by: Stephen Finucane --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e7b155a..a116be3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -70,7 +70,7 @@ flake8.extension = [extras] pep257 = - flake8-docstrings==0.2.1.post1 # MIT + flake8-docstrings==1.7.0 # MIT [egg_info] tag_build =