Update flake8 requirement from ==7.2.* to ==7.3.* (#5268)

Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-06-24 16:18:30 +02:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 5129ed3846
commit a5eb009e55
+1 -1
View File
@@ -111,7 +111,7 @@ dev = [
"coverage",
"coveralls",
"fakeredis==2.30.*",
"flake8==7.2.*",
"flake8==7.3.*",
"freezegun",
"isort==6.0.*",
"pep8-naming==0.15.*",