From ea036d83451673035baefe96fc7d16bf04007ad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 17:58:26 +0000 Subject: [PATCH] chore(deps): update python-dotenv requirement in /agents/coder Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. - [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.0.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agents/coder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/coder/requirements.txt b/agents/coder/requirements.txt index 9c1a1a6..3cf59e7 100644 --- a/agents/coder/requirements.txt +++ b/agents/coder/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]>=0.27.0 pydantic>=2.5.3 redis>=4.2.0,<8.0.0 httpx>=0.28.1 -python-dotenv>=1.0.0 +python-dotenv>=1.2.2 chromadb>=0.4.22,<1.2.0 structlog>=24.1.0 python-json-logger>=2.0.7