Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit ec2bdeb

Browse files
chore(deps) Update dependency isort to v6
1 parent 7c6a54a commit ec2bdeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ license = "MIT"
1919
name = "pylint-per-file-ignores"
2020
readme = "README.md"
2121
repository = "https://github.com/christopherpickering/pylint-per-file-ignores.git"
22-
version = "1.3.6"
22+
version = "1.3.7"
2323

2424
[tool.poetry.dependencies]
2525
python = "^3.8.1"
2626
tomli = {version = "^2.0.1", python = "<3.11"}
2727

2828
[tool.poetry.group.dev.dependencies]
2929
black = "^24.0.0"
30-
isort = "^5.10.1"
30+
isort = "^6.0.0"
3131
ruff = "^0.9.0"
3232
tox = "^4.0.8"
3333

0 commit comments

Comments
 (0)