Skip to content

Commit 9319200

Browse files
fix(deps): update dependency python-dotenv to v1.1.0
1 parent 5bbe0d3 commit 9319200

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playground/python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python = ">= 3.8.1"
1313
algoliasearch = { path = "../../clients/algoliasearch-client-python", develop = true }
1414
ruff = "== 0.9.6"
1515
pyright = "== 1.1.391"
16-
python-dotenv = "== 1.0.1"
16+
python-dotenv = "==1.1.0"
1717

1818
[tool.poetry.scripts]
1919
search = "app.search:main"

tests/output/python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ algoliasearch = { path = "../../../clients/algoliasearch-client-python", develop
1313
ruff = "== 0.9.6"
1414
pyright = "== 1.1.391"
1515
pytest = "=8.3.5"
16-
python-dotenv = "=1.0.1"
16+
python-dotenv = "=1.1.0"
1717
pytest-aiohttp = "=1.0.5"
1818

1919
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)