From e7bc44b42256d5f4f0f42248f181398e857bdcd9 Mon Sep 17 00:00:00 2001 From: David Vo Date: Sat, 30 Mar 2024 19:32:45 +1100 Subject: [PATCH] Update pybind11-stubgen to 2.5.x --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e4b4889c..d439b90c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ install_requires = typing-extensions pyyaml >= 5.1 patch == 1.* - pybind11-stubgen ~= 2.3.3 + pybind11-stubgen ~= 2.5.1 delocate; platform_system == 'Darwin' distro; platform_system == 'Linux' python_requires = >=3.8