From daf0045f80fbe7f981a1d93145d8f1fff579d9d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 21:58:47 -0800 Subject: [PATCH] Bump usort from 1.0.7 to 1.0.8.post1 (#280) 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 2229cde..c59358d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dev = [ "flit==3.9.0", "mypy==1.8.0", "ufmt==2.3.0", - "usort==1.0.7", + "usort==1.0.8.post1", ] docs = [ "sphinx==7.2.6",