Use updated translation tools

These also take bundled plugin settings into account

Contribute to CURA-11300
This commit is contained in:
Jelle Spijker 2023-11-24 12:59:46 +01:00
parent b7c1022ed1
commit 3811e37c73
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -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