From d3f5715f9d0323fd17be2580d554e5ca93975a3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 07:21:32 +1200 Subject: [PATCH] build(deps): bump reorder-python-imports in /.github/workflows (#565) Bumps [reorder-python-imports](https://github.com/asottile/reorder_python_imports) from 3.3.0 to 3.8.1. - [Release notes](https://github.com/asottile/reorder_python_imports/releases) - [Commits](https://github.com/asottile/reorder_python_imports/compare/v3.3.0...v3.8.1) --- updated-dependencies: - dependency-name: reorder-python-imports dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 18edf08f..ded0ad43 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -7,5 +7,5 @@ flake8==4.0.1 isort==5.10.1 pre-comit-hooks==4.1.0 pyupgrade==2.37.1 -reorder-python-imports==3.3.0 +reorder-python-imports==3.8.1 sqlalchemy>=1.4.23