From 3f214005eccff3c8bbd234451840a9ed26f3db2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:33:02 +0000 Subject: [PATCH] Build(deps-dev): bump flake8 from 7.1.0 to 7.1.2 Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.0 to 7.1.2. - [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 9ca0ad24..234cf356 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ black==24.4.2 docformatter==1.7.5 filelock==3.15.4 isort==5.13.2 -flake8==7.1.0 +flake8==7.1.2 pytest==8.2.2 pytest-xdist==3.6.1 pytype==2024.4.11