From 0b246cb71c99eed5184a11604bd99634225d64d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:34:47 +0000 Subject: [PATCH] Bump isort from 5.10.1 to 5.13.2 Bumps [isort](https://github.com/pycqa/isort) from 5.10.1 to 5.13.2. - [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.10.1...5.13.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 8ffb1e944f..b04eb4ccae 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -2,7 +2,7 @@ click==8.0.4 black==22.3.0 flake8==5.0.4 flynt~=0.69.0 -isort==5.10.1 +isort==5.13.2 mock==4.0.3 packaging>=20.4 pytest==7.2.0