SERVER-103392 use python wheel 45 which has support for macos_libfile (#34624)
GitOrigin-RevId: 6713b8faf1410633a72ddb25214873cc825b8fc4
This commit is contained in:
parent
08d7c3b8f3
commit
e7fc9249e6
12
poetry.lock
generated
12
poetry.lock
generated
@ -5048,19 +5048,19 @@ watchdog = ["watchdog (>=2.3)"]
|
||||
|
||||
[[package]]
|
||||
name = "wheel"
|
||||
version = "0.37.0"
|
||||
version = "0.45.0"
|
||||
description = "A built-package format for Python"
|
||||
optional = false
|
||||
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
||||
python-versions = ">=3.8"
|
||||
groups = ["compile"]
|
||||
markers = "platform_machine != \"s390x\" and platform_machine != \"ppc64le\" or platform_machine == \"s390x\" or platform_machine == \"ppc64le\""
|
||||
files = [
|
||||
{file = "wheel-0.37.0-py2.py3-none-any.whl", hash = "sha256:21014b2bd93c6d0034b6ba5d35e4eb284340e09d63c59aef6fc14b0f346146fd"},
|
||||
{file = "wheel-0.37.0.tar.gz", hash = "sha256:e2ef7239991699e3355d54f8e968a21bb940a1dbf34a4d226741e64462516fad"},
|
||||
{file = "wheel-0.45.0-py3-none-any.whl", hash = "sha256:52f0baa5e6522155090a09c6bd95718cc46956d1b51d537ea5454249edb671c7"},
|
||||
{file = "wheel-0.45.0.tar.gz", hash = "sha256:a57353941a3183b3d5365346b567a260a0602a0f8a635926a7dede41b94c674a"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
test = ["pytest (>=3.0.0)", "pytest-cov"]
|
||||
test = ["pytest (>=6.0.0)", "setuptools (>=65)"]
|
||||
|
||||
[[package]]
|
||||
name = "wrapt"
|
||||
@ -5377,4 +5377,4 @@ libdeps = ["cxxfilt", "eventlet", "flask", "flask-cors", "gevent", "lxml", "prog
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = ">=3.10,<4.0"
|
||||
content-hash = "dfcc0c347a52750872aef840ddd195e11bdc875b29559dd6e41433ca893c0afb"
|
||||
content-hash = "ee1db59f328730cdf9e8c73b2f305b2ea50240628df264599223b4f544b1e192"
|
||||
|
||||
@ -60,7 +60,7 @@ cheetah3 = "<=3.2.6.post1" # src/mongo/base/generate_error_codes.py
|
||||
packaging = "^24.0"
|
||||
regex = "^2021.11.10"
|
||||
setuptools = "^58.1.0"
|
||||
wheel = "0.37.0"
|
||||
wheel = "0.45.0"
|
||||
|
||||
[tool.poetry.group.core.dependencies]
|
||||
psutil = "^6.0.0"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user