Skip to content

Commit 61c44e8

Browse files
saiarcot895vivekrnv
authored andcommitted
Update python packages
Update tabulate to 0.9.0, deepdiff to 6.2.2, newer cryptography, and six. Signed-off-by: Saikrishna Arcot <[email protected]> Co-authored-by: Vivek Reddy Karri <[email protected]>
1 parent 1e81310 commit 61c44e8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
install_requires=[
230230
'bcrypt==3.2.2',
231231
'click==7.0',
232-
'cryptography==3.3.2',
232+
'cryptography>=3.3.2',
233233
'urllib3>=2',
234234
'click-log>=0.3.2',
235235
'docker>=4.4.4',
@@ -251,11 +251,12 @@
251251
'prettyprinter>=0.18.0',
252252
'pyroute2>=0.5.14, <0.6.1',
253253
'requests>=2.25.0',
254-
'tabulate==0.8.2',
254+
'tabulate==0.9.0',
255255
'toposort==1.6',
256256
'www-authenticate==0.9.2',
257257
'xmltodict==0.12.0',
258258
'lazy-object-proxy',
259+
'six==1.16.0',
259260
] + sonic_dependencies,
260261
setup_requires= [
261262
'pytest-runner',
@@ -266,7 +267,7 @@
266267
'responses',
267268
'pytest',
268269
'mockredispy>=2.9.3',
269-
'deepdiff==5.2.3'
270+
'deepdiff==6.2.2'
270271
],
271272
classifiers=[
272273
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)