Zend certified PHP/Magento developer

Can only install one of: magento/page-builder-commerce 1.0.3, 1.0.1?

I am on Magento 2.3.2. I would like to install the new security patch so I ran-

composer require magento/product-enterprise-edition=2.3.2-p2 which gives me this output- 

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

Problem 1
- Can only install one of: magento/page-builder-commerce[1.0.3, 1.0.1].
- Can only install one of: magento/page-builder-commerce[1.0.3, 1.0.1].
- Can only install one of: magento/page-builder-commerce[1.0.1, 1.0.3].
- magento/product-enterprise-edition 2.3.2-p2 requires magento/page-builder-commerce 1.0.3 -> satisfiable by magento/page-builder-commerce[1.0.3].
- Installation request for magento/product-enterprise-edition 2.3.2-p2 -> satisfiable by magento/product-enterprise-edition[2.3.2-p2].
- Installation request for magento/page-builder-commerce (locked at 1.0.1) -> satisfiable by magento/page-builder-commerce[1.0.1].

I figured I would try and update pagebuilder.

composer update magento/module-page-builder
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update

I tried adding the version number but that adds more errors-

composer require magento/module-page-builder:1.1.0
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
- magento/module-banner-page-builder 1.0.1 requires magento/module-page-builder 1.0.* -> satisfiable by magento/module-page-builder[1.0.1, 1.0.0, 1.0.3] but these conflict with your requirements or minimum-stability.
- magento/module-banner-page-builder 1.0.1 requires magento/module-page-builder 1.0.* -> satisfiable by magento/module-page-builder[1.0.1, 1.0.0, 1.0.3] but these conflict with your requirements or minimum-stability.
- magento/module-banner-page-builder 1.0.1 requires magento/module-page-builder 1.0.* -> satisfiable by magento/module-page-builder[1.0.1, 1.0.0, 1.0.3] but these conflict with your requirements or minimum-stability.
- Installation request for magento/module-banner-page-builder (locked at 1.0.1) -> satisfiable by magento/module-banner-page-builder[1.0.1].


Installation failed, reverting ./composer.json to its original content.

How can I install the security patch?