From 3811e37c7308434ba90bac66fc236f2781630a1d Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Fri, 24 Nov 2023 12:59:46 +0100 Subject: [PATCH] Use updated translation tools These also take bundled plugin settings into account Contribute to CURA-11300 --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 0796a71bae..8a182354ec 100644 --- a/conanfile.py +++ b/conanfile.py @@ -25,7 +25,7 @@ class CuraConan(ConanFile): settings = "os", "compiler", "build_type", "arch" # FIXME: Remove specific branch once merged to main - python_requires = "translationextractor/[>=2.1.1]@ultimaker/stable" + python_requires = "translationextractor/[>=2.2.0]@ultimaker/stable" options = { "enterprise": ["True", "False", "true", "false"], # Workaround for GH Action passing boolean as lowercase string