From 0ba26181f38cfaf775b2d2c40965cadcc8e15276 Mon Sep 17 00:00:00 2001 From: KoenigMjr <135820716+KoenigMjr@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:03:47 +0200 Subject: [PATCH] Update requirements.txt Flake8 to 6.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0cca07d..8316ed1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ mkdocs # for develope only pytest pytest-cov -flake8==4.0.1 +flake8==6.1.0 pytest-flake8 pytest-flakes pytest-randomly