diff --git a/pyproject.toml b/pyproject.toml index b0fb94201..26ccf5c57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,16 +62,16 @@ dependencies = [ [dependency-groups] dev = [ "click==8.4.2", - "hypothesis==6.130.6", + "hypothesis==6.165.8", "maturin==1.14.1", "pdoc==16.0.0", "pyinstaller==6.22.0", "pyinstaller-hooks-contrib==2026.6", - "pytest-asyncio==1.2.0", - "pytest-cov==7.0.0", + "pytest-asyncio==1.4.0", + "pytest-cov==7.1.0", "pytest-timeout==2.4.0", "pytest-xdist==3.8.0", - "pytest==8.4.2", + "pytest==9.1.1", "requests==2.33.1", "wheel==0.48.0", "build==1.4.3",