From a3a9f5e9063b42d3a8de05249b61f7d5326c0b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:30:17 +0000 Subject: [PATCH] Bump ufmt from 2.1.0 to 2.7.3 Bumps [ufmt](https://github.com/omnilib/ufmt) from 2.1.0 to 2.7.3. - [Changelog](https://github.com/omnilib/ufmt/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/ufmt/compare/v2.1.0...v2.7.3) --- 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 04c5c46..86adc31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "black==24.8.0", "flit==3.9.0", "mypy==1.12.1", - "ufmt==2.1.0", + "ufmt==2.7.3", "usort==1.0.8.post1", ]