From e77160f3c87453e60bff5ec5de973c90290b56f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:42:25 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 2 updates Bumps the pip group with 2 updates in the /template directory: [nltk](https://github.com/nltk/nltk) and [requests](https://github.com/psf/requests). Bumps the pip group with 1 update in the /template/server directory: [requests](https://github.com/psf/requests). Updates `nltk` from 3.9.3 to 3.9.4 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.9.3...3.9.4) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.9.4 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- template/requirements.txt | 4 ++-- template/server/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/template/requirements.txt b/template/requirements.txt index 7f9fa70e..56f77bd8 100644 --- a/template/requirements.txt +++ b/template/requirements.txt @@ -19,7 +19,7 @@ gensim==4.4.0 imageio==2.37.3 joblib==1.5.3 librosa==0.11.0 -nltk==3.9.3 +nltk==3.9.4 numpy==2.3.5 numba==0.63.1 opencv-python==4.11.0.86 @@ -29,7 +29,7 @@ kaleido==1.0.0 pytest==8.3.5 python-docx==1.1.2 pytz==2025.2 -requests==2.32.5 +requests==2.33.0 scikit-image==0.25.2 scikit-learn==1.6.1 scipy==1.17.1 diff --git a/template/server/requirements.txt b/template/server/requirements.txt index 7277633c..b3e44b71 100644 --- a/template/server/requirements.txt +++ b/template/server/requirements.txt @@ -2,5 +2,5 @@ fastapi==0.111.0 httpx==0.28.1 websockets==12.0 uvicorn[standard]==0.30.1 -requests==2.32.5 +requests==2.33.0 pydantic==2.9.1