From 60d53daa89c978405f4586a320f4c1b397d2978e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arttu=20Per=C3=A4l=C3=A4?= Date: Mon, 5 Feb 2024 15:15:32 +0200 Subject: [PATCH] Unlink project from a specific boto3 version (#8) 1.17.112 is already 11 months old and behind several minor versions. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index deb2c0e..354de88 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ package_dir = packages = find: python_requires = >=2.7 install_requires = - boto3 == 1.17.112 + boto3 >= 1.17.112 [options.extras_require] tests = pytest < 7; moto[sqs] < 3