From f229613bc98d45d683bcef76b16ee8281cc7dcbc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 06:18:30 +0000 Subject: [PATCH] Bump isort from 5.7.0 to 5.8.0 Bumps [isort](https://github.com/pycqa/isort) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/develop/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/5.7.0...5.8.0) Signed-off-by: dependabot-preview[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 3f4667924..2add7a9d9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,7 +15,7 @@ flake8-commas==2.0.0 # Require silicon valley commas flake8-quotes==3.2.0 # Require single quotes flake8==3.9.0 # Lint freezegun==1.1.0 -isort==5.7.0 # Lint imports +isort==5.8.0 # Lint imports mypy==0.812 # Type checking pip_check_reqs==2.2.0 pydocstyle==6.0.0 # Lint docstrings