From 118735976ebfa7ac1e1cb1ce3fb2730c993f30ba Mon Sep 17 00:00:00 2001 From: Hicham Mourad <43329991+HichamMourad@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:32:34 -0400 Subject: [PATCH 1/2] Update requirements.txt --- aws_ee/requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/aws_ee/requirements.txt b/aws_ee/requirements.txt index af7a38a6..443129d1 100644 --- a/aws_ee/requirements.txt +++ b/aws_ee/requirements.txt @@ -1,3 +1,10 @@ pysnow requests netaddr +# +# When updating the minimal requirements please also update +# - tests/unit/constraints.txt +# - tests/integration/constraints.txt +# - tests/integration/targets/setup_botocore_pip +botocore>=1.31.0 +boto3>=1.28.0 From b06c16420bbce023eefed48cf0b5daa4dc0e1106 Mon Sep 17 00:00:00 2001 From: Hicham Mourad <43329991+HichamMourad@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:33:07 -0400 Subject: [PATCH 2/2] Update execution-environment.yml --- aws_ee/execution-environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws_ee/execution-environment.yml b/aws_ee/execution-environment.yml index 9f09acc0..02d62164 100644 --- a/aws_ee/execution-environment.yml +++ b/aws_ee/execution-environment.yml @@ -2,7 +2,7 @@ version: 3 images: base_image: - name: registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8:latest + name: registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8:latest dependencies: galaxy: requirements.yml