diff --git a/tox.ini b/tox.ini index 6d6b756c..03f5a958 100644 --- a/tox.ini +++ b/tox.ini @@ -29,9 +29,9 @@ commands = [testenv:flake8] deps = - flake8==6.0.0 - flake8-docstrings==1.6.0 - flake8-import-order==0.18.2 + flake8~=7.3 + flake8-docstrings~=1.7 + flake8-import-order~=0.19 skip_install = true commands = flake8 prometheus_client/ tests/ setup.py