Skip to content

Commit ac1ecdd

Browse files
Update isort requirement from ~=4.3.4 to ~=5.10.1
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](PyCQA/isort@4.3.4...5.10.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4dd9207 commit ac1ecdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Flask-Gzip~=0.2
1010
Flask-pyoidc~=1.3.0
1111
Flask-SQLAlchemy~=2.3.2
1212
gunicorn~=20.1.0
13-
isort~=4.3.4
13+
isort~=5.10.1
1414
itsdangerous~=0.24
1515
Jinja2~=2.10
1616
lazy-object-proxy~=1.4.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ gunicorn==20.1.0
7171
# via -r requirements.in
7272
idna==3.3
7373
# via requests
74-
isort==4.3.21
74+
isort==5.10.1
7575
# via
7676
# -r requirements.in
7777
# pylint

0 commit comments

Comments
 (0)