From 35aa02c645020ea65a0417d14d65bb4a57777052 Mon Sep 17 00:00:00 2001 From: Anish Agrawal <103357921+Anish29801@users.noreply.github.com> Date: Sun, 12 Apr 2026 12:31:22 +0530 Subject: [PATCH] Update pyproject.toml Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- pyproject.toml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7061fb3a..083204ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,17 +25,12 @@ dependencies = [ [project.optional-dependencies] dev = [ -dev = [ - "pytest>=8.0", - "pytest-asyncio>=0.23", - "pytest-cov>=4.1", - "ruff>=0.4", - "mypy>=1.10", -] "pytest>=8.0", "pytest-asyncio>=0.23", "pytest-cov>=4.1", "pytest-mock>=3.12", + "ruff>=0.4", + "mypy>=1.10", ] [project.urls]