From c5e9f235f4f6942a3ab89ff8cc0484af624241d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:43:00 +0000 Subject: [PATCH] chore: update flake8 requirement from >=3 to >=5.0.4 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/3.0.0...5.0.4) --- updated-dependencies: - dependency-name: flake8 dependency-version: 5.0.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 057ede1..9c1658b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ eagerx = "^0.1.40" black = "^22.1.0" pytest = "^7.0" pytest-cov = "^3.0.0" -flake8 = ">=3" +flake8 = ">=5.0.4" flake8-bugbear = "^22.3.23" [build-system]