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.
This commit is contained in:
@@ -1,3 +1,2 @@
|
|||||||
```
|
|
||||||
bson == 0.5.10
|
bson == 0.5.10
|
||||||
pymongo == 4.3.3
|
pymongo == 4.6.3
|
||||||
|
|||||||
Reference in New Issue
Block a user