diff --git a/tests/output/python/pyproject.toml b/tests/output/python/pyproject.toml index a88781a518..9a2cbb2968 100644 --- a/tests/output/python/pyproject.toml +++ b/tests/output/python/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.8.1" algoliasearch = { path = "../../../clients/algoliasearch-client-python", develop = true } ruff = "== 0.14.1" pyright = "== 1.1.406" -pytest = "=8.3.5" +pytest = "=9.0.0" python-dotenv = "=1.0.1" pytest-aiohttp = "=1.0.5"