diff --git a/pyproject.toml b/pyproject.toml index aac422f..3c694ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]