Skip to content

Commit 4b553b6

Browse files
Bump isort from 4.3.21 to 6.1.0 (#482)
Bumps [isort](https://github.com/PyCQA/isort) from 4.3.21 to 6.1.0. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@4.3.21...6.1.0) --- updated-dependencies: - dependency-name: isort dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea77e7d commit 4b553b6

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
@@ -9,7 +9,7 @@ Flask-Gzip~=0.2
99
Flask-pyoidc~=3.14.3
1010
Flask-SQLAlchemy~=3.1.1
1111
gunicorn~=22.0.0
12-
isort~=4.3.4
12+
isort~=6.1.0
1313
itsdangerous~=2.2.0
1414
Jinja2~=3.1.6
1515
lazy-object-proxy~=1.4.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ importlib-metadata==8.7.1
7676
# via opentelemetry-api
7777
importlib-resources==6.5.2
7878
# via flask-pyoidc
79-
isort==4.3.21
79+
isort==6.1.0
8080
# via
8181
# -r requirements.in
8282
# pylint

0 commit comments

Comments
 (0)