From 937594a850343f03526bea08326f5e60bab80cfa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 08:00:11 +0000 Subject: [PATCH] fix(deps): update dependency python-dotenv to v1.2.1 --- playground/python/pyproject.toml | 2 +- tests/output/python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/python/pyproject.toml b/playground/python/pyproject.toml index 357e6da7fbe..ae97299a93d 100644 --- a/playground/python/pyproject.toml +++ b/playground/python/pyproject.toml @@ -13,7 +13,7 @@ python = ">= 3.8.1" algoliasearch = { path = "../../clients/algoliasearch-client-python", develop = true } ruff = "== 0.14.1" pyright = "== 1.1.406" -python-dotenv = "== 1.0.1" +python-dotenv = "==1.2.1" [tool.poetry.scripts] search = "app.search:main" diff --git a/tests/output/python/pyproject.toml b/tests/output/python/pyproject.toml index a88781a5185..7b7cdbd867d 100644 --- a/tests/output/python/pyproject.toml +++ b/tests/output/python/pyproject.toml @@ -13,7 +13,7 @@ algoliasearch = { path = "../../../clients/algoliasearch-client-python", develop ruff = "== 0.14.1" pyright = "== 1.1.406" pytest = "=8.3.5" -python-dotenv = "=1.0.1" +python-dotenv = "=1.2.1" pytest-aiohttp = "=1.0.5" [tool.pytest.ini_options]