diff --git a/pyproject.toml b/pyproject.toml index 3ff8404..c7f6d8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,10 +51,10 @@ finetune = [ ] # Development and testing dev = [ - "pytest>=9.0.3", + "pytest>=9.1.1", "pytest-asyncio>=1.4.0", "pytest-timeout>=2.4.0", - "ruff>=0.15.15", + "ruff>=0.15.18", "fastapi>=0.136.3", "starlette>=1.2.1", "redis>=5.0",