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