From e11d19a0de70a43ae36e5bbe8e285d61ac56439d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 15:21:15 +0000 Subject: [PATCH] Bump isort from 5.10.0 to 5.10.1 Bumps [isort](https://github.com/pycqa/isort) from 5.10.0 to 5.10.1. - [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.0...5.10.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2036e55..f289298 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.10.0 +isort==5.10.1 jsonfield==3.1.0 lazy-object-proxy==1.6.0 Markdown==3.3.4