From 6bcd2c22b8831ad1680b3d31634b6f75469eb645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 07:10:48 +0000 Subject: [PATCH] build(deps-dev): bump flake8 from 6.1.0 to 7.3.0 Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.3.0. - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...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] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 03a79b8..81e2246 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ pytest-asyncio==0.21.1 pytest-cov==4.1.0 pytest-mock==3.12.0 black==23.11.0 -flake8==6.1.0 +flake8==7.3.0 mypy==1.7.1 isort==7.0.0 ipython==8.17.2