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 ]