From 3c30c5bcf3cff34307e8bd0acb78b7a0dcbbfa9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 02:19:27 +0000 Subject: [PATCH] Bump flake8 from 7.1.2 to 7.2.0 Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.2 to 7.2.0. - [Commits](https://github.com/pycqa/flake8/compare/7.1.2...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 f6442c6c..c32f1ad1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ asyncclick==8.1.7.2; python_version == "3.8" coverage==6.5.0 coveralls==3.3.1 decoy==2.1.1 -flake8==7.1.2 +flake8==7.2.0 pytest-asyncio==0.25.3; python_version > "3.8" pytest-asyncio==0.23.4; python_version == "3.8"