From b0c37e6c160f1616a58494f149f48b67e7f4d693 Mon Sep 17 00:00:00 2001 From: Ilya Konstantinov Date: Wed, 7 Dec 2022 22:45:20 -0500 Subject: [PATCH] Remove botocore pin (#1133) --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9a4cf313c..cf58f3aac 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ mock pytest>=6 pytest-env pytest-mock -botocore<1.28 +botocore # only used in CI coveralls