From 5b43886ee69ac603c7daa5ec7b90a1d833a0b641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 16:35:12 +0000 Subject: [PATCH] chore(deps): bump python-dotenv in /modules/eks/ray-cluster Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.21.1 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/v0.21.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- modules/eks/ray-cluster/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/eks/ray-cluster/requirements.txt b/modules/eks/ray-cluster/requirements.txt index 74f0138e..e7d7a8a6 100644 --- a/modules/eks/ray-cluster/requirements.txt +++ b/modules/eks/ray-cluster/requirements.txt @@ -61,7 +61,7 @@ pydantic-settings==2.2.1 # via -r requirements.in python-dateutil==2.8.2 # via jsii -python-dotenv==0.21.1 +python-dotenv==1.2.2 # via pydantic-settings pyyaml==6.0.1 # via -r requirements.in