From c581e45efb2aef021dc413db53c0083b408ae80e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:53:06 +0000 Subject: [PATCH] Bump ufmt from 2.8.0 to 2.9.1 Bumps [ufmt](https://github.com/omnilib/ufmt) from 2.8.0 to 2.9.1. - [Changelog](https://github.com/omnilib/ufmt/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/ufmt/compare/v2.8.0...v2.9.1) --- updated-dependencies: - dependency-name: ufmt dependency-version: 2.9.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ef89d67..2ee0dcf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "build > 1", "flake8 == 7.3.0", "flake8-bugbear == 24.12.12", - "ufmt == 2.8.0", + "ufmt == 2.9.1", "usort == 1.0.8.post1", "pyrefly == 0.63.1", ]