diff --git a/pyproject.toml b/pyproject.toml index c5858fe..9aae2f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,13 +101,13 @@ all = ["ghost-memory[gpu,safety]"] [dependency-groups] dev = [ - "pytest==8.3.3", - "pytest-asyncio==0.24.0", - "pytest-httpx==0.32.0", - "pytest-benchmark==4.0.0", - "hypothesis==6.114.0", + "pytest==9.0.3", + "pytest-asyncio==1.3.0", + "pytest-httpx==0.36.2", + "pytest-benchmark==5.2.3", + "hypothesis==6.152.9", "testcontainers[postgres,redis,minio]==4.8.2", - "coverage[toml]==7.6.4", + "coverage[toml]==7.14.0", "ruff==0.7.1", "mypy==1.13.0", "pip-licenses==5.0.0",