From fed9c61f7329c6876d2232139e3b0723e25aa243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 15:47:10 +0000 Subject: [PATCH] Bump isort from 5.3.2 to 5.4.2 Bumps [isort](https://github.com/timothycrosley/isort) from 5.3.2 to 5.4.2. - [Release notes](https://github.com/timothycrosley/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/develop/CHANGELOG.md) - [Commits](https://github.com/timothycrosley/isort/compare/5.3.2...5.4.2) Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 45bebcc234e1..b51a1e5c326b 100644 --- a/requirements.in +++ b/requirements.in @@ -1,6 +1,6 @@ # IntelliSense jedi==0.17.2 # Sort Imports -isort==5.3.2; python_version >= '3.6' +isort==5.4.2; python_version >= '3.6' # DS Python daemon python-jsonrpc-server==0.2.0 diff --git a/requirements.txt b/requirements.txt index 9fc257209bd7..4ff160ebff1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,9 +7,9 @@ future==0.18.2 \ --hash=sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d \ # via python-jsonrpc-server -isort==5.3.2 ; python_version >= "3.6" \ - --hash=sha256:5196bd2f5b23dc91215734b1c96c6d28390061d69860a948094c12635d6d64e6 \ - --hash=sha256:ba83762132a8661d3525f87a86549712fb7d8da79eeb452e01f327ada9e87920 \ +isort==5.4.2 ; python_version >= "3.6" \ + --hash=sha256:60a1b97e33f61243d12647aaaa3e6cc6778f5eb9f42997650f1cc975b6008750 \ + --hash=sha256:d488ba1c5a2db721669cc180180d5acf84ebdc5af7827f7aaeaa75f73cf0e2b8 \ # via -r requirements.in jedi==0.17.2 \ --hash=sha256:86ed7d9b750603e4ba582ea8edc678657fb4007894a12bcf6f4bb97892f31d20 \