From dd2d5d4ac5382991b9460ceee232e5b1757bdfc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 11:10:42 +0000 Subject: [PATCH] Bump pymongo from 3.4.0 to 4.6.3 in /Chapter08 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.4.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.4.0...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Chapter08/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter08/requirements.txt b/Chapter08/requirements.txt index e7adb98..16a4834 100644 --- a/Chapter08/requirements.txt +++ b/Chapter08/requirements.txt @@ -1,5 +1,5 @@ flask==2.3.2 -pymongo==3.4.0 +pymongo==4.6.3 flask-cors==3.0.2 bcrypt pymongo