From b909565c2f62b2f2b74789f587086c1b1ec4d6c7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 5 Jan 2024 02:50:55 +0000
Subject: [PATCH] build: Bump flake8 from 6.1.0 to 7.0.0

Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0.
- [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 53f89178..bbeaabca 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -73,7 +73,7 @@ lint = [
   "typing-extensions",
 
   "coverage",
-  "flake8==6.1.0",
+  "flake8==7.0.0",
   "flake8-2020==1.8.1",
   "flake8-bugbear==23.12.2",
   "flake8-commas==2.1.0",