diff --git a/pyproject.toml b/pyproject.toml index 6aa7709..e2c0943 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = ["httpx>=0.28.1"] langchain = ["langchain-core>=1.2.28"] crewai = ["crewai>=1.14.1"] autogen = ["pyautogen>=0.10.0"] -dev = ["pytest>=9.0.3", "pytest-asyncio>=1.3.0", "pytest-cov>=4.0", "ruff>=0.15.10", "mypy>=1.20.0"] +dev = ["pytest>=9.0.3", "pytest-asyncio>=1.3.0", "pytest-cov>=7.1.0", "ruff>=0.15.10", "mypy>=1.20.0"] [project.urls] Homepage = "https://trusera.dev"