From db4a9cf8d1a3ecdd6e4c0034e108e1ff45f374e3 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:36:47 +0000 Subject: [PATCH] chore(deps): update dependency boto3 to >=1.43.29,<1.43.30 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e3ea52..b19ac78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,5 +7,5 @@ dependencies = [ "ccx-ocp-core", "ccx-messaging @ git+https://github.com/RedHatInsights/insights-ccx-messaging@v4.3.9", "ccx-rules-ocp", - "boto3>=1.42.0,<1.42.92" # limited due to incompatibility between s3fs and newer versions of boto + "boto3>=1.43.29,<1.43.30" # limited due to incompatibility between s3fs and newer versions of boto ]