From 4d4df95852951e7074b119d94e3b2792443c27ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jul 2023 19:44:06 +0000 Subject: [PATCH] chore(deps): update dependency flake8 to >=6.0.0,<6.2 --- tools/python-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python-requirements.txt b/tools/python-requirements.txt index 1248311a4..0f7f09bd6 100644 --- a/tools/python-requirements.txt +++ b/tools/python-requirements.txt @@ -1,6 +1,6 @@ bandit>=1.7.4,<1.8 black>=23.1.0,<24.0 -flake8>=6.0.0,<6.1 +flake8>=6.0.0,<6.2 isort>=5.12.0,<5.13 mypy==1.4.1 pylint>=2.16.1,<2.18