From c8e03221b764e26d7bf8a27d50f8571a7f1cbc58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 00:14:55 +0000 Subject: [PATCH] build(deps): bump flake8 from 7.0.0 to 7.2.0 Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.2.0. - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.2.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc77cfec8c7..aab35250908 100644 --- a/requirements.txt +++ b/requirements.txt @@ -152,7 +152,7 @@ invoke==2.2.0 # tests coverage==7.5.1 requests-toolbelt==1.0.0 -flake8==7.0.0 +flake8==7.2.0 black==24.4.2 pytest==8.2.0 pytest-bdd==7.1.2