From 9b2f5b55c127af6b08670f8988848686442bdf2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:13:55 +0000 Subject: [PATCH] Bump python-dotenv from 1.0.0 to 1.2.2 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 to 1.2.2. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9f20bc4c1..de7578c59 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ include_package_data=True, install_requires=[ "weaviate-client==4.9.6", - "python-dotenv==1.0.0", + "python-dotenv==1.2.2", "openpyxl==3.1.5", "wasabi==1.1.2", "fastapi==0.111.1",