From ea1f51c4571d3649caf1e657af84ba4e5a62de9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 08:33:42 +0000 Subject: [PATCH] build(deps): bump python-dotenv from 1.2.2 to 1.2.3 in /pydantic-ai 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] --- pydantic-ai/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydantic-ai/pyproject.toml b/pydantic-ai/pyproject.toml index 729eef5..fae5740 100644 --- a/pydantic-ai/pyproject.toml +++ b/pydantic-ai/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "slack-bolt==1.30.0", "slack-cli-hooks==0.3.0", "pydantic-ai[openai]==2.31.1", - "python-dotenv==1.2.2", + "python-dotenv==1.2.3", ] [project.optional-dependencies]