From 56b48115c55b1e6f53ff580cb656541e12e76187 Mon Sep 17 00:00:00 2001 From: Myles Penner Date: Wed, 4 Jun 2025 15:52:55 -0700 Subject: [PATCH] Bump flake8 to 7.1.1 Change-Id: I9e1ba187edb95cc2f5eb6090d45d985dd4150c29 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 57c2f4ec..0a594c83 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