From 2f3ad3da78ca9befdbb6fbe7a638f7cd5271114f Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 00:39:41 +0000 Subject: [PATCH] chore(deps): update dependency botocore to v1.43.2 | datasource | package | from | to | | ---------- | -------- | ------- | ------ | | pypi | botocore | 1.42.97 | 1.43.2 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ef49cbf7..e84addc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ Jinja2 pyyaml # AWS SDK boto3==1.42.97 -botocore==1.42.97 +botocore==1.43.2 # Ansible # IMPORTANT: ansible-core >=2.19 breaks Windows module execution over AWS SSM. # In 2.19+, the `has_pipelining` gate was removed from `is_pipelining_enabled()`,