diff --git a/benchmark/conanfile.py b/benchmark/conanfile.py index 0044036..d1ab5be 100644 --- a/benchmark/conanfile.py +++ b/benchmark/conanfile.py @@ -65,4 +65,4 @@ def requirements(self): bootstrap = self.python_requires["libhal-bootstrap"] bootstrap.module.add_demo_requirements(self) if self.options.platform != "mac": - self.requires("libhal-exceptions/1.2.0") + self.requires("libhal-exceptions/1.3.2")