From b55654fbaa9b56fdb56a080d3e9a2c0e836b3b3a Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Wed, 21 Aug 2024 12:15:26 -0400 Subject: [PATCH] Bump up flake8 Change-Id: Id5959d121e637d486eab7effd41fc4bc56bd3246 Related-Pr: https://github.com/openstack-charmers/release-tools/pull/301 --- 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