diff --git a/qt/5.x.x/conanfile.py b/qt/5.x.x/conanfile.py index a83cfaf..095a3a9 100644 --- a/qt/5.x.x/conanfile.py +++ b/qt/5.x.x/conanfile.py @@ -409,7 +409,7 @@ def requirements(self): if self.options.get_safe("with_fontconfig", False): self.requires("fontconfig/2.15.0") if self.options.get_safe("with_icu", False): - self.requires("icu/74.2") + self.requires("icu/76.1") if self.options.get_safe("with_harfbuzz", False) and not self.options.multiconfiguration: self.requires("harfbuzz/8.3.0") if self.options.get_safe("with_libjpeg", False) and not self.options.multiconfiguration: