From 4dab3094a611f70a5d03ec3baa6c1424021a6567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 12:34:37 +0000 Subject: [PATCH] Update flake8 requirement from <=7.1.1 to <=7.1.2 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/0.1...7.1.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index bd1fc473c..b2df40065 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ black<=25.1.0 -flake8<=7.1.1 +flake8<=7.1.2 pyright==1.1.394 pytest<=8.3.4 pytest-asyncio<0.26.0