From dae3b69f2c359aeeccbdeff4206a3d3a9b7627ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:13:42 -0600 Subject: [PATCH] build(deps): bump flake8 in /.github/workflows/requirements/style (#49086) Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.1 to 7.1.2. - [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.1.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/requirements/style/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements/style/requirements.txt b/.github/workflows/requirements/style/requirements.txt index b1afdefa22c..862d4ba7a07 100644 --- a/.github/workflows/requirements/style/requirements.txt +++ b/.github/workflows/requirements/style/requirements.txt @@ -1,6 +1,6 @@ black==25.1.0 clingo==5.7.1 -flake8==7.1.1 +flake8==7.1.2 isort==6.0.0 mypy==1.11.2 types-six==1.17.0.20241205 -- GitLab