Skip to content

Commit 0bf3bd0

Browse files
build: upgrade isort to version supported by python 3.12
1 parent afe4320 commit 0bf3bd0

2 files changed

Lines changed: 7 additions & 10 deletions

File tree

poetry.lock

Lines changed: 6 additions & 9 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
@@ -79,7 +79,7 @@ optional = true
7979
[tool.poetry.group.lint.dependencies]
8080
black = "24.3.0"
8181
astroid = "3.3.9"
82-
isort = "5.11.5"
82+
isort = "5.13.2"
8383
pylint = "3.3.9"
8484
mypy = "0.991"
8585
boto3-stubs = {extras = ["essential"], version = "1.26.72"}

0 commit comments

Comments
 (0)