From 96af3133a1e52c0b75738ac0571165990f56d356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 17:00:46 +0000 Subject: [PATCH] Update isort requirement from ~=4.3.4 to ~=5.10.0 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/4.3.4...5.10.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 449e67e..b5afa09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ Flask-Gzip~=0.2 Flask-pyoidc~=1.3.0 Flask-SQLAlchemy~=2.3.2 gunicorn~=19.7.1 -isort~=4.3.4 +isort~=5.10.0 itsdangerous~=0.24 Jinja2~=2.10 lazy-object-proxy~=1.4.0