From 3c14f56e2e0017ef2c85f84a2e8db8e7448d2fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:06:57 +0000 Subject: [PATCH] Bump ufmt from 2.5.1 to 2.7.0 Bumps [ufmt](https://github.com/omnilib/ufmt) from 2.5.1 to 2.7.0. - [Changelog](https://github.com/omnilib/ufmt/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/ufmt/compare/v2.5.1...v2.7.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 2508a40..a335c1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "mypy==1.10.0", "sphinx==7.1.2; python_version < '3.9'", "sphinx==7.3.7; python_version >= '3.9'", - "ufmt==2.5.1", + "ufmt==2.7.0", "usort==1.0.8.post1", ]