From 601a20a84f70d06c1ec5f605104eb272bf1b88b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 04:57:31 +0000 Subject: [PATCH] Bump usort from 1.0.5 to 1.0.7 Bumps [usort](https://github.com/facebook/usort) from 1.0.5 to 1.0.7. - [Changelog](https://github.com/facebook/usort/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/usort/compare/v1.0.5...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 2cc7ee1..48eb9c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "flit==3.7.1", "flake8==5.0.4", "mypy==1.1.1", - "usort==1.0.5", + "usort==1.0.7", ] docs = [ "sphinx==6.1.3",