From 31d32b0d821c56b8ffade32460c0acdb88d0cb95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 02:04:41 +0000 Subject: [PATCH] chore(deps): bump isort from 5.11.5 to 5.12.0 Bumps [isort](https://github.com/pycqa/isort) from 5.11.5 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.11.5...5.12.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 4fd6847..5f9ce34 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -11,4 +11,4 @@ pymongo==4.3.3 mypy==0.991 mypy-extensions==0.4.3 black==23.3.0 -isort==5.11.5 \ No newline at end of file +isort==5.12.0 \ No newline at end of file