From 5a97a4bd69efac24a92948b8cf23d9fb8396d1d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 23:49:45 +0000 Subject: [PATCH] Update pymongo requirement from ~=4.3.3 to ~=4.6.2 Updates the requirements on [pymongo](https://github.com/mongodb/mongo-python-driver) to permit the latest version. - [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/4.3.3...4.6.2) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 39008b6..8af0340 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ flask~=2.3.2 PyYaml~=6.0 graypy~=2.1.0 requests~=2.31.0 -pymongo~=4.3.3 +pymongo~=4.6.2 waitress~=2.1.2 colorlog~=6.7.0 bleach~=6.0.0