From cbf6487fa61c569f3dff19f1df755e9c542863c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 23:45:08 +0000 Subject: [PATCH] chore(deps): bump python-dotenv Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.2.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/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/logging-samples/openai-responses/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/logging-samples/openai-responses/requirements.txt b/examples/logging-samples/openai-responses/requirements.txt index 11d91ece..d83e3f8f 100644 --- a/examples/logging-samples/openai-responses/requirements.txt +++ b/examples/logging-samples/openai-responses/requirements.txt @@ -57,7 +57,7 @@ pyjwt==2.13.0 # galileo-core python-dateutil==2.9.0.post0 # via splunk-ao -python-dotenv==1.2.1 +python-dotenv==1.2.2 # via pydantic-settings six==1.17.0 # via python-dateutil