sonic-yang-mgmt and sonic-yang-models: Update Python dependencies

Update tabulate to 0.9.0 and ijson to 3.2.3

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
Saikrishna Arcot 2023-09-07 16:58:01 -07:00
parent cdc0237971
commit b3e3c4cb2e
2 changed files with 4 additions and 4 deletions

View File

@ -29,14 +29,14 @@ setup(
], ],
install_requires = [ install_requires = [
'xmltodict==0.12.0', 'xmltodict==0.12.0',
'ijson==2.6.1', 'ijson==3.2.3',
'jsondiff>=1.2.0', 'jsondiff>=1.2.0',
'tabulate==0.8.2' 'tabulate==0.9.0'
], ],
tests_require = [ tests_require = [
'pytest>3', 'pytest>3',
'xmltodict==0.12.0', 'xmltodict==0.12.0',
'ijson==2.6.1', 'ijson==3.2.3',
'jsondiff>=1.2.0' 'jsondiff>=1.2.0'
], ],
setup_requires = [ setup_requires = [

View File

@ -63,7 +63,7 @@ setup(
], ],
tests_require = [ tests_require = [
'pytest', 'pytest',
'ijson==2.6.1' 'ijson==3.2.3'
], ],
setup_requires = [ setup_requires = [
'pytest-runner', 'pytest-runner',