1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-10-18 14:34:17 +02:00

pyproject.toml: bump dev dependencies

This commit is contained in:
Alan Orth 2024-08-21 17:41:36 +03:00
parent 7dd52ca491
commit 0f45448517
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -47,11 +47,11 @@ build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = [
"pytest~=8.0",
"pytest~=8.3",
"pytest-clarity~=1.0",
"isort~=5.13",
"csvkit~=1.4",
"ipython~=8.22",
"csvkit~=2.0",
"ipython~=8.26",
"fixit~=2.1",
]