From 5adf2c9bf748dfba44d931139a470aa5c34f6953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:27:08 +0000 Subject: [PATCH] Bump pymongo from 4.3.3 to 4.6.3 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.3.3 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.3.3...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4407d26c6..641a44e32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "cx_Oracle~=6.2.1", # mongo "mongoengine==0.27.0", - "pymongo==4.3.3", + "pymongo==4.6.3", "django-rest-framework-mongoengine==3.4.1", # my-sql "django-mysql==4.3.0",