From 8593f69f0a489dfd8d32cc95d88ccd063d5ee39d Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Thu, 8 Aug 2024 13:01:29 -0700 Subject: [PATCH] util: Fix MongoDB script requirements.txt (#1426) Dependency Bot appears to have had difficulty with this file: https://github.com/gem5/gem5/security/dependabot/29 This PR: 1. Removes the weird "```" which could not be parsed. 2. Ups PyMongo to a more secure version. --- util/helper_scripts_for_mongodb/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util/helper_scripts_for_mongodb/requirements.txt b/util/helper_scripts_for_mongodb/requirements.txt index 3ff5d44c60..ac2826ac91 100644 --- a/util/helper_scripts_for_mongodb/requirements.txt +++ b/util/helper_scripts_for_mongodb/requirements.txt @@ -1,3 +1,2 @@ -``` bson == 0.5.10 -pymongo == 4.3.3 +pymongo == 4.6.3