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:
Bobby R. Bruce
2024-08-08 13:01:29 -07:00
committed by GitHub
parent 33e3bc4ff1
commit 8593f69f0a

View File

@@ -1,3 +1,2 @@
```
bson == 0.5.10
pymongo == 4.3.3
pymongo == 4.6.3