From f75c3f4f9fe40e153107b8b838afb74a888af443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:03:38 -0700 Subject: [PATCH] Bump ufmt from 2.6.0 to 2.7.0 (#305) Bumps [ufmt](https://github.com/omnilib/ufmt) from 2.6.0 to 2.7.0. - [Changelog](https://github.com/omnilib/ufmt/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/ufmt/compare/v2.6.0...v2.7.0) --- updated-dependencies: - dependency-name: ufmt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 871f5ce..a6633c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "hatch==1.12.0", "mypy==1.10.1", "pessimist==0.9.3", - "ufmt==2.6.0", + "ufmt==2.7.0", "volatile==2.1.0", ] docs = [