From 5eea6721f9f83173b2cba3d96bfcbaab42a2f60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 17:46:37 +0000 Subject: [PATCH] Bump pymongo from 3.7.1 to 4.6.3 in /scheduler/src Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.7.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/3.7.1...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scheduler/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduler/src/requirements.txt b/scheduler/src/requirements.txt index c9c622e2..892c52ae 100644 --- a/scheduler/src/requirements.txt +++ b/scheduler/src/requirements.txt @@ -1,5 +1,5 @@ flask==1.0.2 -pymongo==3.7.1 +pymongo==4.6.3 jsonschema==2.6.0 PyJWT==1.6.4 cerberus==1.2