From 53806a67dac21b013eb692e1d19a0381aacdcb84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:06:52 +0000 Subject: [PATCH] Bump isort from 5.8.0 to 5.12.0 Bumps [isort](https://github.com/pycqa/isort) from 5.8.0 to 5.12.0. - [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.12.0) --- 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..0f99ac5afcc3 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.12.0; python_version >= '3.6' diff --git a/requirements.txt b/requirements.txt index c4cdd1a4f6a0..08afd75dae91 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.12.0 ; python_version >= "3.6" \ + --hash=sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504 \ + --hash=sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6 # via -r requirements.in jedi==0.17.2 \ --hash=sha256:86ed7d9b750603e4ba582ea8edc678657fb4007894a12bcf6f4bb97892f31d20 \