Skip to content

Commit 64b95b8

Browse files
Bump isort from 6.1.0 to 7.0.0 (#706)
Co-authored-by: Marc Mueller <[email protected]>
1 parent 29904d3 commit 64b95b8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
files: ^(python_typing_update|script|tests)/.+\.py$
1818
exclude: *fixtures
1919
- repo: https://github.com/PyCQA/isort
20-
rev: 6.0.1
20+
rev: 7.0.0
2121
hooks:
2222
- id: isort
2323
exclude: *fixtures

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ requires-python = ">=3.10"
2525
dependencies = [
2626
"aiofiles==25.1.0",
2727
"autoflake==2.3.1",
28-
"isort==6.1.0",
28+
"isort==7.0.0",
2929
"pyupgrade==3.21.1",
3030
"reorder-python-imports==3.16.0",
3131
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiofiles==25.1.0
22
autoflake==2.3.1
3-
isort==6.1.0
3+
isort==7.0.0
44
pyupgrade==3.21.1
55
reorder-python-imports==3.16.0

requirements_test_pre_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flake8==7.3.0
2-
isort==6.1.0
2+
isort==7.0.0
33
mccabe==0.7.0
44
pycodestyle==2.14.0
55
pyflakes==3.4.0

0 commit comments

Comments
 (0)