From e60a6a35ff19dfe18d30654ddd88b351a18b7a9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 00:50:01 +0000 Subject: [PATCH] Bump flake8 from 4.0.1 to 7.1.1 Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...7.1.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... 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 5f393349744..3aa0e83f503 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ bumpversion ddtrace==2.3.0 docutils # flake8 must match what's in .pre-commit-config.yaml to be sure local env matches CI -flake8==4.0.1 +flake8==7.1.1 flaky freezegun>=1.4.0,<1.5 hypothesis