From 7f2155f7e71d2589c387ce31f82698f8e41eaa60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 14:01:58 -0700 Subject: [PATCH] Bump usort from 1.0.7 to 1.0.8.post1 (#161) Bumps [usort](https://github.com/facebook/usort) from 1.0.7 to 1.0.8.post1. - [Changelog](https://github.com/facebook/usort/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/usort/compare/v1.0.7...v1.0.8.post1) --- updated-dependencies: - dependency-name: usort dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2cef42d..375040e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dev = [ "flake8==7.0.0", "flit==3.9.0", "mypy==1.8.0", - "usort==1.0.7", + "usort==1.0.8.post1", "ufmt==2.3.0", ] docs = [