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]