diff options
| author | Zack Winter <3457246+zackwintermdb@users.noreply.github.com> | 2024-06-18 19:40:06 -0700 |
|---|---|---|
| committer | MongoDB Bot <mongo-bot@mongodb.com> | 2024-06-19 03:26:19 +0000 |
| commit | e1aa498db8bee013a82646b02f04ee878e0e4bbf (patch) | |
| tree | 43ffac2d3ed5ad9d83451555539532d95c0e56f1 | |
| parent | 179ed0b4e4fac818fb8b9e0968b0c8df71abc870 (diff) | |
SERVER-91679 Pin puremagic library to 1.23 (#23678)r7.0.12-rc1r7.0.12
GitOrigin-RevId: b6513ce0781db6818e24619e8a461eae90bc94fc
| -rw-r--r-- | etc/pip/components/build_metrics.req | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pip/components/build_metrics.req b/etc/pip/components/build_metrics.req index 05066289e18..d46ce7168d5 100644 --- a/etc/pip/components/build_metrics.req +++ b/etc/pip/components/build_metrics.req @@ -1,5 +1,5 @@ psutil jsonschema memory_profiler -puremagic +puremagic <= 1.23 tabulate
\ No newline at end of file |
