From 1a65989af7f4439ccca17be0d418a1fffba9d73e Mon Sep 17 00:00:00 2001 From: Myles Penner Date: Fri, 24 Oct 2025 16:10:38 -0700 Subject: [PATCH] Bump flake8 to 7.1.1 Change-Id: I00149f9cad22bb6dc5f0b90b101f97d806056b80 Signed-off-by: Myles Penner --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 57c2f4e..0a594c8 100644 --- a/tox.ini +++ b/tox.ini @@ -65,7 +65,7 @@ deps = [testenv:pep8] basepython = python3 -deps = flake8==3.9.2 +deps = flake8==7.1.1 git+https://github.com/juju/charm-tools.git commands = flake8 {posargs} hooks unit_tests tests actions lib files charm-proof