From ad66e6d9fc5891904099acf8084bc332a41249e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 17:00:33 +0000 Subject: [PATCH] Update isort requirement from ~=4.3.4 to ~=5.9.3 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.9.3) --- 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..9260af0 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.9.3 itsdangerous~=0.24 Jinja2~=2.10 lazy-object-proxy~=1.4.0