From 79a2171cdf259061ccdf643aa271ad37bcde6905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 03:27:13 +0000 Subject: [PATCH] Bump flake8 from 7.2.0 to 7.3.0 Bumps [flake8](https://github.com/pycqa/flake8) from 7.2.0 to 7.3.0. - [Commits](https://github.com/pycqa/flake8/compare/7.2.0...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.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 100f9959..e07e764f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ coverage==6.5.0 coveralls==3.3.1 decoy==2.1.1 -flake8==7.2.0; python_version > "3.8" +flake8==7.3.0; python_version > "3.8" flake8==7.1.2; python_version == "3.8" pytest-asyncio==0.25.3; python_version > "3.8"