1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-02-28 12:38:45 +01:00

pyproject.toml: update isort to v6.0.0

This commit is contained in:
Alan Orth 2025-01-30 11:27:38 +03:00
parent d4b20e282c
commit 9903ada97a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -50,7 +50,7 @@ managed = true
dev-dependencies = [
"pytest~=8.3",
"pytest-clarity~=1.0",
"isort~=5.13",
"isort~=6.0",
"csvkit~=2.0",
"ipython~=8.26",
]