Zend certified PHP/Magento developer

Upgrade magento from 2.4.2 to 2.4.3-p1

I’m trying to upgrade magento 2.4.2 to 2.4.3-p1 with composer 2, but I’m stuck with is error:

Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires allure-framework/allure-phpunit ~1.2.0 -> satisfiable by allure-framework/allure-phpunit[1.2.0, ..., 1.2.4].
    - magento/product-community-edition 2.4.3-p1 requires magento/framework 103.0.3-p1 -> satisfiable by magento/framework[103.0.3-p1].
    - Root composer.json requires magento/product-community-edition 2.4.3-p1 -> satisfiable by magento/product-community-edition[2.4.3-p1].
    - Root composer.json requires magento/magento2-functional-testing-framework ^3.0 -> satisfiable by magento/magento2-functional-testing-framework[3.0.0, ..., 3.8.0].
    - magento/framework[103.0.3, ..., 103.0.3-p1] require symfony/console ~4.4.0 -> satisfiable by symfony/console[v4.4.0, ..., v4.4.37].
    - You can only install one version of a package, so only one of these can be installed: symfony/console[2.0.4, ..., v2.8.52, v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.37, v5.0.0, ..., v5.4.3, v6.0.0, v6.0.1, v6.0.2, v6.0.3].
    - Conclusion: install symfony/console v2.8.38 (conflict analysis result)

Any help on this? Thanks