From 2c2265251c330f276bfba30da4a981bb548a0eb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 02:57:02 +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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ff3421a..7224e4c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ "pyre-check==0.9.18; platform_system != 'Windows'", "setuptools_scm>=6.0.1", "sphinx-rtd-theme>=0.4.3", - "ufmt==2.7.0", + "ufmt==2.7.1", "usort==1.0.8.post1", "setuptools-rust>=1.5.2", "slotscheck>=0.7.1",