From eaf19199689e7556dbaf7d5756078d0383986e16 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 01:44:01 +0000 Subject: [PATCH] Bump isort from 5.5.3 to 5.5.4 Bumps [isort](https://github.com/pycqa/isort) from 5.5.3 to 5.5.4. - [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.5.3...5.5.4) Signed-off-by: dependabot-preview[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 26e316ec19..a64f48a4ea 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22,7 +22,7 @@ immutables==0.14 # via -r test-requirements.in iniconfig==1.0.1 # via pytest ipython-genutils==0.2.0 # via traitlets ipython==7.18.1 # via -r test-requirements.in -isort==5.5.3 # via pylint +isort==5.5.4 # via pylint jedi==0.17.2 # via -r test-requirements.in, ipython lazy-object-proxy==1.4.3 # via astroid mccabe==0.6.1 # via flake8, pylint