Zend certified PHP/Magento developer

Composer issue when updating magento version to 2.4.5-p1

When I run composer require magento/product-enterprise-edition=2.4.5-p1 -W

I got the following error

Problem 1
    - magento/product-community-edition 2.4.5-p1 requires magento/module-catalog 104.0.5-p1 -> found magento/module-catalog[104.0.5-p1] but these were not loaded, likely because it conflicts with another require.
    - magento/product-enterprise-edition 2.4.5-p1 requires magento/product-community-edition 2.4.5-p1 -> satisfiable by magento/product-community-edition[2.4.5-p1].
    - Root composer.json requires magento/product-enterprise-edition 2.4.5-p1 -> satisfiable by magento/product-enterprise-edition[2.4.5-p1].

Can you please help?