diff --git a/pyproject.toml b/pyproject.toml index 0d450fa..0ebb95f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,6 @@ dev = [ "ruff>=0.14.10", ] test = [ - "pytest>=9.0.2", + "pytest>=9.0.3", "pytest-asyncio>=1.3.0", ]