From 3075582d3d0ffda20a2125998c4b2f2f60519b92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:58:31 +0000 Subject: [PATCH] Bump pymongo from 3.12.0 to 4.6.3 in /dispatcher/backend Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.0 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.12.0...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dispatcher/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dispatcher/backend/requirements.txt b/dispatcher/backend/requirements.txt index 20eacd08..1ac80db4 100644 --- a/dispatcher/backend/requirements.txt +++ b/dispatcher/backend/requirements.txt @@ -4,7 +4,7 @@ paramiko>=3.1,<3.2 PyJWT>=2.6,<2.7 # pymongo is still a requirement because used for bson serializer/deserializer # only bson module is used but the bson package on PyPi is not an official one + not maintained -pymongo==3.12.0 +pymongo==4.6.3 pytest>=7.3,<7.4 pytest-env>=0.8,<0.9 pytz==2023.3