From 2381a58aed4a542be645c9d90a8397bc40bce9d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 07:11:05 +0000 Subject: [PATCH] fix(deps): update dependency python-dotenv to v1.1.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 98b7213dae6..f8cbeb6d4e1 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.11.7" pyright = "== 1.1.391" -python-dotenv = "== 1.0.1" +python-dotenv = "==1.1.1" [tool.poetry.scripts] search = "app.search:main" diff --git a/tests/output/python/pyproject.toml b/tests/output/python/pyproject.toml index 530461d83dc..e35670056fa 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.11.7" pyright = "== 1.1.391" pytest = "=8.3.5" -python-dotenv = "=1.0.1" +python-dotenv = "=1.1.1" pytest-aiohttp = "=1.0.5" [tool.pytest.ini_options]