From edd43cb12a8dc136f8176392c900ae708f343177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 15:25:57 +0000 Subject: [PATCH] Bump pymongo from 4.6.1 to 4.6.3 in /services/sentiment Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) 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: pymongo dependency-version: 4.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/sentiment/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/sentiment/requirements.txt b/services/sentiment/requirements.txt index 30450c5..354fab3 100644 --- a/services/sentiment/requirements.txt +++ b/services/sentiment/requirements.txt @@ -1,7 +1,7 @@ twitter-api-client==0.10.22 textblob==0.17.1 vaderSentiment==3.3.2 -pymongo==4.6.1 +pymongo==4.6.3 python-dotenv==1.0.0 requests==2.31.0 numpy==1.24.3