From a166aef240b19a0628689857c498b6dbb36abf4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 02:27:37 +0000 Subject: [PATCH] Bump pymongo from 3.10.0 to 4.6.3 in /example Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.10.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.10.0...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index 34c0988..320b05e 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -20,7 +20,7 @@ marrow.util==1.2.3 mongoengine==0.19.1 Pillow==7.1.0 Pygments==2.7.4 -pymongo==3.10.0 +pymongo==4.6.3 pytest==5.3.2 pytest-spec==2.0.0 python-logging-json-formatter==0.1.0