From bf8afe2bd8ffdd29e4897b2fc44ba6e59af0a369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:48:23 +0000 Subject: [PATCH] Update flake8 requirement from <7.3.0,>=7.0.0 to >=7.0.0,<7.4.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 17bef09..d561c58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ autopep8>=2.1.0,<2.4.0 -flake8>=7.0.0,<7.3.0 +flake8>=7.0.0,<7.4.0 jupyterlab>=4.1.8,<4.5.0 bytecorecompiler==1.0.4