From 87d296d13ed8bfb75cac31999305b29492e070e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 22:55:21 +0000 Subject: [PATCH] fix(deps): update dependency pytest to v8.4.2 --- tests/output/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/output/python/pyproject.toml b/tests/output/python/pyproject.toml index 530461d83dc..e57ba1a7c25 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.11.7" pyright = "== 1.1.391" -pytest = "=8.3.5" +pytest = "=8.4.2" python-dotenv = "=1.0.1" pytest-aiohttp = "=1.0.5"