From a3a2b2f16f4cb0a07be4c8af2456dad9861cfb25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:11:36 +0000 Subject: [PATCH] Bump pymongo from 3.7.2 to 4.6.3 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.7.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.7.2...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 1996adb..1047dba 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -5,7 +5,7 @@ marshmallow-sqlalchemy >= 0.8.0 marshmallow-peewee >= 2.0.0 peewee >= 3.7.1 mongomock==3.14.0 -pymongo==3.7.2 +pymongo==4.6.3 ipdb == 0.11 pytest==4.0.0