From 4184637778cb3110ea44bfc7e132f78fb0d5b697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 19:04:52 +0000 Subject: [PATCH] chore(deps): bump openai from 2.44.0 to 2.46.0 in /autoTriage Bumps [openai](https://github.com/openai/openai-python) from 2.44.0 to 2.46.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.44.0...v2.46.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.46.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 ad55b8dc..ecca8e0b 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.44.0 +openai==2.46.0 # HTTP requests requests==2.34.2