From a61bc23d3bfa70ef21aaf988d790ad54ce726244 Mon Sep 17 00:00:00 2001 From: Vivek Date: Mon, 26 Aug 2024 14:50:15 -0700 Subject: [PATCH] Use latest natsort package (#492) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee2bc4376..00e60aaa1 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ # This dependency should be eliminated by moving portconfig.py # functionality into sonic-py-common install_requires=[ - 'natsort==6.2.1', # 6.2.1 is the last version which supports Python 2 + 'natsort', 'PyYAML', 'redis', ] + sonic_dependencies,