diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index 6de51c8..ea41102 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=7.0.0", + "pytest>=9.1.1", "pytest-asyncio>=0.21.0", "pytest-httpx>=0.21.0", ]