From 0bb350392b628f1f42bf12b4ac950cbeca4fb560 Mon Sep 17 00:00:00 2001 From: Ben Banfield-Zanin Date: Tue, 3 Sep 2024 18:50:40 +0100 Subject: [PATCH] Bump humanize to work-around https://github.com/pypa/setuptools/issues/4519 (#114) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d7612db..66b3fa3 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( install_requires=[ "boto3>=1.9.23,<2.0", "botocore>=1.31.62,<2.0", - "humanize>=0.5.1,<0.6", + "humanize>=4.0,<5.0", "psycopg2>=2.7.5,<3.0", "PyYAML>=5.4,<7.0", "tqdm>=4.26.0,<5.0",