Skip to content

Commit 6f4d622

Browse files
Bump isort from 6.0.0 to 6.0.1 (#592)
Co-authored-by: Marc Mueller <[email protected]>
1 parent 1c333a4 commit 6f4d622

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+1-1
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.0
20+
rev: 6.0.1
2121
hooks:
2222
- id: isort
2323
exclude: *fixtures

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ requires-python = ">=3.9"
2424
dependencies = [
2525
"aiofiles==24.1.0",
2626
"autoflake==2.3.1",
27-
"isort==6.0.0",
27+
"isort==6.0.1",
2828
"pyupgrade==3.19.1",
2929
"reorder-python-imports==3.14.0",
3030
]

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiofiles==24.1.0
22
autoflake==2.3.1
3-
isort==6.0.0
3+
isort==6.0.1
44
pyupgrade==3.19.1
55
reorder-python-imports==3.14.0

requirements_test_pre_commit.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flake8==7.1.2
2-
isort==6.0.0
2+
isort==6.0.1
33
mccabe==0.7.0
44
pycodestyle==2.12.1
55
pyflakes==3.2.0

0 commit comments

Comments
 (0)