diff --git a/recipes/proposal/all/conanfile.py b/recipes/proposal/all/conanfile.py index 99caccadb2b21c..38ea57d6d8b266 100644 --- a/recipes/proposal/all/conanfile.py +++ b/recipes/proposal/all/conanfile.py @@ -61,11 +61,11 @@ def requirements(self): # from implementation in headers (templates) self.requires("cubicinterpolation/0.1.5", transitive_headers=True, transitive_libs=True) # spdlog: requires transitive_libs due to direct calls to functionality from headers - self.requires("spdlog/1.11.0", transitive_headers=True, transitive_libs=True) + self.requires("spdlog/1.13.0", transitive_headers=True, transitive_libs=True) # nlohmann_json: public headers include json.hpp and json_fwd.hpp - self.requires("nlohmann_json/3.11.2", transitive_headers=True) + self.requires("nlohmann_json/3.11.3", transitive_headers=True) if self.options.with_python: - self.requires("pybind11/2.10.1") + self.requires("pybind11/2.11.1") def validate(self): if is_msvc(self) and self.options.shared: