Skip to content

Commit

Permalink
Bump isort from 6.0.0 to 6.0.1 (#592)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Mueller <[email protected]>
  • Loading branch information
dependabot[bot] and cdce8p authored Mar 3, 2025
1 parent 1c333a4 commit 6f4d622
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
files: ^(python_typing_update|script|tests)/.+\.py$
exclude: *fixtures
- repo: https://github.com/PyCQA/isort
rev: 6.0.0
rev: 6.0.1
hooks:
- id: isort
exclude: *fixtures
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requires-python = ">=3.9"
dependencies = [
"aiofiles==24.1.0",
"autoflake==2.3.1",
"isort==6.0.0",
"isort==6.0.1",
"pyupgrade==3.19.1",
"reorder-python-imports==3.14.0",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiofiles==24.1.0
autoflake==2.3.1
isort==6.0.0
isort==6.0.1
pyupgrade==3.19.1
reorder-python-imports==3.14.0
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flake8==7.1.2
isort==6.0.0
isort==6.0.1
mccabe==0.7.0
pycodestyle==2.12.1
pyflakes==3.2.0
Expand Down

0 comments on commit 6f4d622

Please sign in to comment.