From 06a6708d62d2d5f103f00a251ec17156e18294c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 03:11:40 +0000 Subject: [PATCH] chore(deps): bump flake8 from 7.1.1 to 7.2.0 Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.1 to 7.2.0. - [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.2.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.2.0 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 58c0cd8d..54448356 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ requests==2.32.3 # Code linters, formatters, and security scanners # ------------ black==24.10.0 -flake8==7.1.1 +flake8==7.2.0 flake8-coding==1.3.2 pre-commit==4.1.0 isort==5.13.2