Skip to content

Commit

Permalink
Use latest natsort package (sonic-net#19962)
Browse files Browse the repository at this point in the history
- Why I did it
Fix sonic-net#17246

- How to verify it
root@sn2700:/home/admin# docker exec swss pip3 show natsort
Name: natsort
Version: 8.4.0

root@sn2700:/home/admin# pip3 show natsort
Name: natsort
Version: 8.4.0

root@sn2700:/home/admin# docker exec syncd pip3 show natsort
Name: natsort
Version: 8.4.0
  • Loading branch information
vivekrnv authored and mssonicbld committed Sep 6, 2024
1 parent 1c82aa9 commit 93f4eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-py-common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
sonic_dependencies = ['redis-dump-load']

dependencies = [
'natsort==6.2.1', # 6.2.1 is the last version which supports Python 2
'natsort',
'pyyaml',
]

Expand Down

0 comments on commit 93f4eee

Please sign in to comment.