From b0c366b3b39526bd4ed876094dee0a13997703c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 03:04:17 +0000 Subject: [PATCH] chore(deps): bump python-dotenv in /api/terraform/python/layer_openai Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.1.1 to 1.2.1. - [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.1.1...v1.2.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/terraform/python/layer_openai/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/terraform/python/layer_openai/requirements.txt b/api/terraform/python/layer_openai/requirements.txt index 52ed1adf..5191ca69 100644 --- a/api/terraform/python/layer_openai/requirements.txt +++ b/api/terraform/python/layer_openai/requirements.txt @@ -16,5 +16,5 @@ openai==2.0.0 # -------------------------- pydantic==2.11.9 pydantic-settings==2.11.0 -python-dotenv==1.1.1 +python-dotenv==1.2.1 python-hcl2==7.3.1