From fdcfcae00f1fd41ef8c2ceb046f7818c661d4bd6 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 1 Nov 2024 06:19:02 +0000
Subject: [PATCH] Bump flit from 3.9.0 to 3.10.0

Bumps [flit](https://github.com/pypa/flit) from 3.9.0 to 3.10.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.9.0...3.10.0)

---
updated-dependencies:
- dependency-name: flit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 9e8489a..70c104d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,7 +33,7 @@ dependencies = [
 dev = [
     "async-timeout==4.0.3",
     "coverage==7.6.4",
-    "flit==3.9.0",
+    "flit==3.10.0",
 ]
 
 [project.urls]