From 28be802d94503862814d32301a22e9d3df6ed9eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 01:42:56 +0000 Subject: [PATCH] build(deps): bump python-dotenv from 1.2.2 to 1.2.3 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.2.2 to 1.2.3. - [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.2...v1.2.3) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5c2dc83..05dffb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "slack-bolt==1.30.0", "slack-cli-hooks<1.0.0", "openai==2.53.0", - "python-dotenv==1.2.2", + "python-dotenv==1.2.3", ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index 56939fc..c164455 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ openai==2.53.0 pytest==9.1.1 ruff==0.16.3 -python-dotenv==1.2.2 +python-dotenv==1.2.3 slack-cli-hooks<1.0.0