diff options
author | Tausif Rahman <tausif.rahman@mongodb.com> | 2023-01-11 21:07:21 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-01-11 21:57:37 +0000 |
commit | 6a44a4153f691b165e0a7f79bb2c25df9fc82c18 (patch) | |
tree | 358437b7f148e490858a674fe865caf4be6ba3b6 /etc | |
parent | cec8c5066ea309d06fb8584c2731867a1dfb20b1 (diff) | |
download | mongo-6a44a4153f691b165e0a7f79bb2c25df9fc82c18.tar.gz |
SERVER-72755 Bump mongo-ninja-python
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pip/components/platform.req | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pip/components/platform.req b/etc/pip/components/platform.req index cc6e39b4a1e..af767d986ee 100644 --- a/etc/pip/components/platform.req +++ b/etc/pip/components/platform.req @@ -5,5 +5,5 @@ pywin32>=225; sys_platform == "win32" and python_version > "3" cryptography == 2.3; platform_machine == "s390x" or platform_machine == "ppc64le" # Needed for oauthlib to use RSAAlgorithm # Version locked - see SERVER-36618 cryptography == 36.0.2; platform_machine != "s390x" and platform_machine != "ppc64le" -mongo-ninja-python == 1.11.1.1; platform_machine == "x86_64" and sys_platform == "linux" +mongo-ninja-python == 1.11.1.2; platform_machine == "x86_64" and sys_platform == "linux" ninja >= 1.10.0; platform_machine != "x86_64" or sys_platform != "linux" |