From 3712c59481277c930983d308a68d115e5e4276a4 Mon Sep 17 00:00:00 2001 From: Paul Tikken Date: Fri, 28 Jun 2024 04:58:32 +0000 Subject: [PATCH] fix for cve-search/cve-search#1099 --- requirements/modules/mongodb.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/modules/mongodb.txt b/requirements/modules/mongodb.txt index 4e9d13d2..7930f795 100644 --- a/requirements/modules/mongodb.txt +++ b/requirements/modules/mongodb.txt @@ -1 +1 @@ -pymongo>=4.5.0 \ No newline at end of file +pymongo>=4.8.0 \ No newline at end of file