From 88a05dfcb4ec6070b96ce18fd69c392b7f1f826f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 12:37:06 +0000 Subject: [PATCH] Bump pymongo from 4.7.2 to 4.11.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.7.2 to 4.11.1. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/4.11.1/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.7.2...4.11.1) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index adbc4f5..890211b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ requests==2.20.0 gunicorn==22.0.0 gevent==24.2.1 cachetools==2.1.0 -pymongo==4.7.2 +pymongo==4.11.1 redis==2.10.6 flask-cors==3.0.6