From aaaeea398a29969487a59e26c1f2410f2880f1c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:09:24 +0000 Subject: [PATCH] Update pymongo requirement from ~=4.7.2 to ~=4.7.3 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.7.2...4.7.3) --- 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 11af4ae..66dfc9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ flask~=3.0.3 PyYaml==6.0.1 graypy~=2.1.0 requests~=2.32.3 -pymongo~=4.7.2 +pymongo~=4.7.3 waitress~=3.0.0 colorlog~=6.8.2 bleach~=6.1.0