From 0f45448517d9f9f86b51d65a0b4b15e2c18b5be0 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 21 Aug 2024 17:41:36 +0300 Subject: [PATCH] pyproject.toml: bump dev dependencies --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", ]