From 37685fb0e21ad4bf381427446e3207faa1637cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 03:33:19 +0000 Subject: [PATCH] Bump ufmt from 2.2.0 to 2.3.0 Bumps [ufmt](https://github.com/omnilib/ufmt) from 2.2.0 to 2.3.0. - [Changelog](https://github.com/omnilib/ufmt/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/ufmt/compare/v2.2.0...v2.3.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 1775872f..8d41c2ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "flake8 == 6.1.0", "flake8-bugbear == 23.9.16", "mypy == 1.6.1", - "ufmt == 2.2.0", + "ufmt == 2.3.0", "usort == 1.0.7", ] pretty = [