From 5a2be16f9b2c8bd2a4a391d8df8d3009e7f88ad7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:23:22 +0000 Subject: [PATCH] Bump flake8 from 4.0.1 to 7.3.0 Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 7.3.0. - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 8a8452ea..aca842a0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ mypy>=0.971 bandit==1.7.4 # mccabe 0.7.0 is not compatible with flake8 4.0.1 mccabe==0.6.1 -flake8==4.0.1 +flake8==7.3.0 grequests==0.6.0 black==22.6.0 pytest==7.4.0