From cd47154c037966c5ef0d8f291ffb6f40bc8e9bdf Mon Sep 17 00:00:00 2001 From: Michael Boquard Date: Tue, 26 Mar 2024 20:16:09 -0400 Subject: [PATCH] Using boto3 patched with botocore patched to use MD5 in fips Signed-off-by: Michael Boquard --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7a77de7e4..ea5f56028 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jinja2==2.11.2 -boto3==1.26.62 +boto3@ git+https://github.com/redpanda-data/boto3@5770b4da8f758ceaa47b6482a19569f29739704e # jinja2 pulls in MarkupSafe with a > constraint, but we need to constrain it for compatibility MarkupSafe<2.0.0 pyparsing<3.0.0