From 2b95f58a82ea77ca05c689de85d074d7e43e07da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 22:59:17 +0000 Subject: [PATCH] Bump usort from 1.0.6 to 1.0.7 Bumps [usort](https://github.com/facebook/usort) from 1.0.6 to 1.0.7. - [Changelog](https://github.com/facebook/usort/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/usort/compare/v1.0.6...v1.0.7) --- updated-dependencies: - dependency-name: usort 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 c38ab0d..78fc55d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "flit==3.8.0", "mypy==1.2.0", "ufmt==2.1.0", - "usort==1.0.6", + "usort==1.0.7", ] [project.urls]