Skip to content

Commit 4f27a1a

Browse files
chore(deps-dev): Bump isort from 5.13.2 to 7.0.0
Bumps [isort](https://github.com/PyCQA/isort) from 5.13.2 to 7.0.0. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.13.2...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6208956 commit 4f27a1a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

poetry.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ boto3-stubs = ">=1.37.38,<1.43.0"
3838
mypy = "^1.9.0"
3939
flake8 = ">=6,<8"
4040
flake8-type-checking = ">=2.9,<4.0"
41-
isort = "^5.13.2"
41+
isort = ">=5.13.2,<8.0.0"
4242
pep8-naming = ">=0.14.1,<0.16.0"
4343
SQLAlchemy = "^2.0.30"
4444
psycopg = "^3.3.1"

0 commit comments

Comments
 (0)