diff --git a/pyproject.toml b/pyproject.toml index ddd53d1..cbd4137 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,10 +5,10 @@ requires-python = ">=3.11" [dependency-groups] dev = [ - "pytest>=8.0", - "numpy>=1.24", + "pytest>=9.0.3", + "numpy>=2.4.4", "fake-bpy-module-4-3>=20260128", - "pyright>=1.1", + "pyright>=1.1.409", ] [tool.ruff]