From a57a1225db6d7113569b62aa6f98aff49d1b87ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:45:26 +0000 Subject: [PATCH] build(deps): bump python-dotenv from 1.2.1 to 1.2.2 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 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 d7ea939..fb1b8f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "slack-bolt==1.28.0", "slack-cli-hooks<1.0.0", "openai==2.43.0", - "python-dotenv==1.2.1", + "python-dotenv==1.2.2", ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index a0cd2ac..d0ba342 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ openai==2.43.0 pytest==9.0.2 ruff==0.15.19 -python-dotenv==1.2.1 +python-dotenv==1.2.2 slack-cli-hooks<1.0.0