From 0a22729bd32b6f0104eaef35c24e6c82dee5e0a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:06:47 +0000 Subject: [PATCH] Bump pymongo from 3.2.2 to 4.6.3 in /performance Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.2.2 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.2.2...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- performance/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance/requirements.txt b/performance/requirements.txt index ad4be1a..69c706a 100644 --- a/performance/requirements.txt +++ b/performance/requirements.txt @@ -2,6 +2,6 @@ blinker==1.4 fake-factory==0.5.8 mongoengine==0.10.6 MongoFrames==1.0.0 -pymongo==3.2.2 +pymongo==4.6.3 python-dateutil==2.5.3 six==1.10.0 \ No newline at end of file