From 853d159e85581e6b63035b695e1cfda5334403e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 22:11:36 +0000 Subject: [PATCH] Update dependency flake8 to v7.2.0 --- examples/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/requirements.txt b/examples/python/requirements.txt index ced3fad923ee..79c65e83809c 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -3,5 +3,5 @@ pytest==8.3.5 trio==0.29.0 pytest-trio==0.8.0 pytest-rerunfailures==15.0 -flake8==7.1.2 +flake8==7.2.0 requests==2.32.3