From 7c395d38a492cf4747a5a1724e30ab6b468bbc21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 12:02:55 +0000 Subject: [PATCH] Bump isort from 5.8.0 to 5.11.3 Bumps [isort](https://github.com/pycqa/isort) from 5.8.0 to 5.11.3. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/5.8.0...5.11.3) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor ... 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 c6b52697690c..fd550b1036f9 100644 --- a/requirements.in +++ b/requirements.in @@ -6,4 +6,4 @@ # IntelliSense via Jedi jedi<0.18 # For Python 2.7 support # Sort Imports -isort==5.8.0; python_version >= '3.6' +isort==5.11.3; python_version >= '3.6' diff --git a/requirements.txt b/requirements.txt index c4cdd1a4f6a0..70a21736bfdf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,9 @@ # # pip-compile --generate-hashes requirements.in # -isort==5.8.0 ; python_version >= "3.6" \ - --hash=sha256:0a943902919f65c5684ac4e0154b1ad4fac6dcaa5d9f3426b732f1c8b5419be6 \ - --hash=sha256:2bb1680aad211e3c9944dbce1d4ba09a989f04e238296c87fe2139faa26d655d +isort==5.11.3 ; python_version >= "3.6" \ + --hash=sha256:83155ffa936239d986b0f190347a3f2285f42a9b9e1725c89d865b27dd0627e5 \ + --hash=sha256:a8ca25fbfad0f7d5d8447a4314837298d9f6b23aed8618584c894574f626b64b # via -r requirements.in jedi==0.17.2 \ --hash=sha256:86ed7d9b750603e4ba582ea8edc678657fb4007894a12bcf6f4bb97892f31d20 \