From cfb920066144b7664a4b5af85435445a2750075b Mon Sep 17 00:00:00 2001 From: upgradvisor-bot <92053865+upgradvisor-bot@users.noreply.github.com> Date: Wed, 26 Apr 2023 14:36:08 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 271463a..40edc67 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ install_requires=[ 'requests==2.23.0', 'jsonpickle==2.0.0', 'click==6.7', 'npyscreen==4.10.5', 'python-dateutil==2.8.1', - 'pymongo==3.10.1', 'inflection==0.3.1', 'humanize==1.0.0', + 'pymongo==3.10.1', 'inflection==0.3.1', 'humanize==4.3.0', 'future==0.18.3', 'mock==3.0.5' ], tests_require=tests_require,