From 1aba912683093f6856db2a3a38d233267449337d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 15:24:50 +0000 Subject: [PATCH] Bump isort from 5.9.3 to 5.10.0 Bumps [isort](https://github.com/pycqa/isort) from 5.9.3 to 5.10.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.9.3...5.10.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fe1a1b5..2036e55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ django-db-logger==0.1.10 djangorestframework==3.12.4 google-auth==2.3.3 idna==3.3 -isort==5.9.3 +isort==5.10.0 jsonfield==3.1.0 lazy-object-proxy==1.6.0 Markdown==3.3.4