From 2171d3c3c127b99b34d60ddf287b93867aff1a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 13:33:05 +0000 Subject: [PATCH] Update isort requirement from 5.11.3 to 5.11.4 in /backend Updates the requirements on [isort](https://github.com/pycqa/isort) to permit the latest version. - [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.3...5.11.4) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Pipfile b/backend/Pipfile index 8cd76efe..495a10e7 100644 --- a/backend/Pipfile +++ b/backend/Pipfile @@ -27,7 +27,7 @@ python-multipart = "*" [dev-packages] mypy = "0.991" black = "22.12.0" -isort = "5.11.3" +isort = "5.11.4" pylint = "2.15.9" pytest = "7.2.0" pytest-asyncio = "0.20.3"