From bbc36d70e6b0bfdd4f9c03286dfc2a23e563f4a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 19:09:43 +0300 Subject: [PATCH] Bump reorder-python-imports from 3.12.0 to 3.13.0 (#51) Bumps [reorder-python-imports](https://github.com/asottile/reorder-python-imports) from 3.12.0 to 3.13.0. - [Commits](https://github.com/asottile/reorder-python-imports/compare/v3.12.0...v3.13.0) --- updated-dependencies: - dependency-name: reorder-python-imports dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 78511d2..aae0078 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ pre-commit==3.7.1 black==24.4.2 autoflake==2.3.1 -reorder-python-imports==3.12.0 +reorder-python-imports==3.13.0 pyupgrade==3.15.2 git+https://github.com/aio-libs/sort-all.git \ No newline at end of file