From 8aad4e31b5af8fd06566d9cb0c374cf7d7823625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 14:36:44 +0000 Subject: [PATCH] build: bump the index-scripts-deps group across 1 directory with 6 updates Bumps the index-scripts-deps group with 6 updates in the /infra/scripts/index_scripts directory: | Package | From | To | | --- | --- | --- | | [azure-storage-file-datalake](https://github.com/Azure/azure-sdk-for-python) | `12.24.0` | `12.25.0` | | [openai](https://github.com/openai/openai-python) | `2.40.0` | `2.50.0` | | azure-ai-projects | `2.2.0` | `2.4.0` | | [agent-framework-core](https://github.com/microsoft/agent-framework) | `1.7.0` | `1.12.1` | | [pypdf](https://github.com/py-pdf/pypdf) | `6.12.2` | `6.14.2` | | [pandas](https://github.com/pandas-dev/pandas) | `3.0.3` | `3.0.5` | Updates `azure-storage-file-datalake` from 12.24.0 to 12.25.0 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-storage-file-datalake_12.24.0...azure-storage-file-datalake_12.25.0) Updates `openai` from 2.40.0 to 2.50.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.40.0...v2.50.0) Updates `azure-ai-projects` from 2.2.0 to 2.4.0 Updates `agent-framework-core` from 1.7.0 to 1.12.1 - [Release notes](https://github.com/microsoft/agent-framework/releases) - [Commits](https://github.com/microsoft/agent-framework/compare/dotnet-1.7.0...python-1.12.1) Updates `pypdf` from 6.12.2 to 6.14.2 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/6.12.2...6.14.2) Updates `pandas` from 3.0.3 to 3.0.5 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.3...v3.0.5) --- updated-dependencies: - dependency-name: azure-storage-file-datalake dependency-version: 12.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: index-scripts-deps - dependency-name: openai dependency-version: 2.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: index-scripts-deps - dependency-name: azure-ai-projects dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: index-scripts-deps - dependency-name: agent-framework-core dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: index-scripts-deps - dependency-name: pypdf dependency-version: 6.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: index-scripts-deps - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: index-scripts-deps ... Signed-off-by: dependabot[bot] --- infra/scripts/index_scripts/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/infra/scripts/index_scripts/requirements.txt b/infra/scripts/index_scripts/requirements.txt index d2053ae6f..1da22ae04 100644 --- a/infra/scripts/index_scripts/requirements.txt +++ b/infra/scripts/index_scripts/requirements.txt @@ -1,13 +1,13 @@ -azure-storage-file-datalake==12.24.0 -openai==2.40.0 -azure-ai-projects==2.2.0 +azure-storage-file-datalake==12.25.0 +openai==2.50.0 +azure-ai-projects==2.4.0 azure-ai-agents==1.2.0b6 -agent-framework-core==1.7.0 +agent-framework-core==1.12.1 agent-framework-azure-ai==1.0.0rc6 -pypdf==6.12.2 +pypdf==6.14.2 tiktoken==0.13.0 azure-identity==1.25.3 azure-ai-textanalytics==5.4.0 azure-search-documents==12.0.0 -pandas==3.0.3 +pandas==3.0.5 pyodbc==5.3.0 \ No newline at end of file