Skip to content

Commit d1fbd81

Browse files
Bump isort from 5.12.0 to 5.13.0 (#420)
Co-authored-by: Marc Mueller <[email protected]>
1 parent bcbf3be commit d1fbd81

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
files: ^(python_typing_update|script|tests)/.+\.py$
1717
exclude: *fixtures
1818
- repo: https://github.com/PyCQA/isort
19-
rev: 5.12.0
19+
rev: 5.13.0
2020
hooks:
2121
- id: isort
2222
exclude: *fixtures

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ requires-python = ">=3.8"
2424
dependencies = [
2525
"aiofiles==23.2.1",
2626
"autoflake==2.2.1",
27-
"isort==5.12.0",
27+
"isort==5.13.0",
2828
"pyupgrade==3.15.0",
2929
"reorder-python-imports==3.12.0",
3030
]

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiofiles==23.2.1
22
autoflake==2.2.1
3-
isort==5.12.0
3+
isort==5.13.0
44
pyupgrade==3.15.0
55
reorder-python-imports==3.12.0

requirements_test_pre_commit.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flake8==6.1.0
2-
isort==5.12.0
2+
isort==5.13.0
33
mccabe==0.7.0
44
pycodestyle==2.11.1
55
pyflakes==3.1.0

0 commit comments

Comments
 (0)