From e9d6dfb518a2f2dd0e3c62e09f0c589dd56bb751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 16:40:00 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /API directory: [keras](https://github.com/keras-team/keras) and [pymongo](https://github.com/mongodb/mongo-python-driver). Updates `keras` from 2.15.0 to 3.9.0 - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v2.15.0...v3.9.0) Updates `pymongo` from 4.6.1 to 4.6.3 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.6.1...4.6.3) --- updated-dependencies: - dependency-name: keras dependency-type: direct:production dependency-group: pip - dependency-name: pymongo dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- API/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API/requirements.txt b/API/requirements.txt index 41e6281..c3f3380 100644 --- a/API/requirements.txt +++ b/API/requirements.txt @@ -1,11 +1,11 @@ deepface==0.0.92 fastapi==0.115.0 -keras==2.15.0 +keras==3.9.0 matplotlib==3.8.2 numpy==2.1.2 Pillow==10.4.0 pydantic==2.9.2 -pymongo==4.6.1 +pymongo==4.6.3 python-dotenv==1.0.1 tensorflow==2.15.0 uvicorn==0.31.0