From d50173e41ea086ceecc2169ddbb3917456854918 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 1 Sep 2024 04:07:54 +0000
Subject: [PATCH] Bump ufmt from 2.7.0 to 2.7.1

Bumps [ufmt](https://github.com/omnilib/ufmt) from 2.7.0 to 2.7.1.
- [Changelog](https://github.com/omnilib/ufmt/blob/main/CHANGELOG.md)
- [Commits](https://github.com/omnilib/ufmt/compare/v2.7.0...v2.7.1)

---
updated-dependencies:
- dependency-name: ufmt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 d2a9349..2d44641 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ dev = [
     "flit==3.9.0",
     "mypy==1.11.2",
     "usort==1.0.8.post1",
-    "ufmt==2.7.0",
+    "ufmt==2.7.1",
 ]
 docs = [
     "sphinx==8.0.2",