From c448e17f052a37cfbc5e14a0546df63cc9e7292c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 21:50:34 +0000 Subject: [PATCH] chore(deps): Bump the data-pipeline-deps group across 1 directory with 4 updates Updates the requirements on [boto3](https://github.com/boto/boto3), [pypdf](https://github.com/py-pdf/pypdf), [openai](https://github.com/openai/openai-python) and [numpy](https://github.com/numpy/numpy) to permit the latest version. Updates `boto3` to 1.43.72 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.67...1.43.72) Updates `pypdf` to 6.16.1 - [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.15.0...6.16.1) Updates `openai` to 3.1.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.53.0...v3.1.0) Updates `numpy` to 2.5.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.5.1...v2.5.2) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.72 dependency-type: direct:production dependency-group: data-pipeline-deps - dependency-name: pypdf dependency-version: 6.16.1 dependency-type: direct:production dependency-group: data-pipeline-deps - dependency-name: openai dependency-version: 3.1.0 dependency-type: direct:production dependency-group: data-pipeline-deps - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:production dependency-group: data-pipeline-deps ... Signed-off-by: dependabot[bot] --- src/containers/data-pipeline/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/containers/data-pipeline/requirements.txt b/src/containers/data-pipeline/requirements.txt index 176f292..96c4eaf 100644 --- a/src/containers/data-pipeline/requirements.txt +++ b/src/containers/data-pipeline/requirements.txt @@ -1,7 +1,7 @@ -boto3>=1.43.67 -pypdf>=6.15.0 -openai>=2.53.0 +boto3>=1.43.72 +pypdf>=6.16.1 +openai>=3.1.0 tiktoken>=0.13.0 pyyaml>=6.0.3 scikit-learn>=1.9.0 -numpy>=2.5.1 +numpy>=2.5.2