From 4b1c4ccf03dbd2fa3e246e32a817278129134305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 13:18:00 +0000 Subject: [PATCH] Bump isort from 5.13.0 to 5.13.2 (#1009) Bumps [isort](https://github.com/pycqa/isort) from 5.13.0 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.13.0...5.13.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index b37d6d5c..2d8f659b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ coverage==7.3.2 black==23.3.0 -isort==5.13.0 +isort==5.13.2 flake8==6.1.0 pyflakes==3.1.0 drf-openapi-tester==2.3.3