From 8878120d7a105de4975b330b9d0fa13029de8379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 22:13:02 +0000 Subject: [PATCH] chore(deps): bump the pip group across 2 directories with 1 update Bumps the pip group with 1 update in the / directory: [pypdf](https://github.com/py-pdf/pypdf). Bumps the pip group with 1 update in the /requirements-ci directory: [pypdf](https://github.com/py-pdf/pypdf). Updates `pypdf` from 6.8.0 to 6.9.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.8.0...6.9.1) Updates `pypdf` from 6.8.0 to 6.9.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.8.0...6.9.1) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.9.1 dependency-type: direct:production dependency-group: pip - dependency-name: pypdf dependency-version: 6.9.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- autobot-infrastructure/shared/config/requirements-ci.txt | 2 +- autobot-infrastructure/shared/config/requirements.txt | 2 +- requirements-ci/ai-ml.txt | 2 +- requirements-ci/document.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autobot-infrastructure/shared/config/requirements-ci.txt b/autobot-infrastructure/shared/config/requirements-ci.txt index b653dcc80..45af82588 100644 --- a/autobot-infrastructure/shared/config/requirements-ci.txt +++ b/autobot-infrastructure/shared/config/requirements-ci.txt @@ -62,7 +62,7 @@ textstat>=0.7.3 pyautogui==0.9.54 mouseinfo==0.1.3 pillow>=10.0.0 -numpy>=1.21.0,<2.0.0 +numpy>=1.21.0,<3.0.0 opencv-python>=4.8.0 # Computer vision for GUI automation pygetwindow>=0.0.9 diff --git a/autobot-infrastructure/shared/config/requirements.txt b/autobot-infrastructure/shared/config/requirements.txt index f730d54a8..f3c382106 100644 --- a/autobot-infrastructure/shared/config/requirements.txt +++ b/autobot-infrastructure/shared/config/requirements.txt @@ -73,7 +73,7 @@ scipy>=1.11.0 # Scientific computing for audio processing pyautogui==0.9.54 mouseinfo==0.1.3 pillow>=12.1.1 -numpy>=1.21.0,<2.0.0 +numpy>=1.21.0,<3.0.0 opencv-python>=4.8.1.78 # Computer vision for GUI automation pygetwindow>=0.0.9 # Window management diff --git a/requirements-ci/ai-ml.txt b/requirements-ci/ai-ml.txt index f342c7768..882ab39b2 100644 --- a/requirements-ci/ai-ml.txt +++ b/requirements-ci/ai-ml.txt @@ -3,5 +3,5 @@ openai==2.6.1 tiktoken==0.11.0 transformers==5.3.0 sentence-transformers==5.3.0 -numpy==1.26.4 +numpy==2.2.6 pillow==12.1.1 diff --git a/requirements-ci/document.txt b/requirements-ci/document.txt index 4229c5f70..72435008e 100644 --- a/requirements-ci/document.txt +++ b/requirements-ci/document.txt @@ -1,6 +1,6 @@ # Document processing and text extraction python-docx==1.1.2 -pypdf==6.8.0 +pypdf==6.9.1 markdown==3.8.2 nltk==3.9.3 beautifulsoup4==4.13.4