From 42bf3939f82d9d59e927f69670380944cef73e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:46:54 +0000 Subject: [PATCH] Bump ufmt from 2.7.1 to 2.8.0 Bumps [ufmt](https://github.com/omnilib/ufmt) from 2.7.1 to 2.8.0. - [Changelog](https://github.com/omnilib/ufmt/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/ufmt/compare/v2.7.1...v2.8.0) --- updated-dependencies: - dependency-name: ufmt dependency-type: direct:production 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 792bc9e..a2b8468 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dev = [ "flit==3.9.0", "mypy==1.11.2", "usort==1.0.8.post1", - "ufmt==2.7.1", + "ufmt==2.8.0", ] docs = [ "sphinx==8.0.2",