From cd6d7880fa061da9f591e24df875abc9ca596149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 19:03:48 +0000 Subject: [PATCH] chore(deps): bump openai from 2.41.1 to 2.43.0 in /autoTriage Bumps [openai](https://github.com/openai/openai-python) from 2.41.1 to 2.43.0. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v2.41.1...v2.43.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.43.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- autoTriage/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoTriage/requirements.txt b/autoTriage/requirements.txt index 8e88dc10..91d46922 100644 --- a/autoTriage/requirements.txt +++ b/autoTriage/requirements.txt @@ -29,7 +29,7 @@ PyGithub==2.9.1 azure-devops==7.1.0b4 # LLM / OpenAI -openai==2.41.1 +openai==2.43.0 # HTTP requests requests==2.34.2