From 83f22a6355d339cd932c92bc584706dcd1d04561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 20:26:20 +0000 Subject: [PATCH] build(deps): bump pymongo from 4.6.1 to 4.6.3 in /crawler-scheduler 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] --- crawler-scheduler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler-scheduler/requirements.txt b/crawler-scheduler/requirements.txt index 7f4e578..9dd77f1 100644 --- a/crawler-scheduler/requirements.txt +++ b/crawler-scheduler/requirements.txt @@ -1,7 +1,7 @@ celery[redis]==5.3.4 flower==2.0.1 redis==4.6.0 -pymongo==4.6.1 +pymongo==4.6.3 requests==2.31.0 python-dotenv==1.0.0 jdatetime==4.1.1