Skip to content

Commit de9153b

Browse files
committed
Updated the packages
1 parent ed23a36 commit de9153b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

connector/setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,13 @@ def find_version(*paths):
179179

180180
# package dependencies
181181
install_requires = [
182-
'paramiko >= 3.5.0',
183-
'lxml >= 4.9.4, <5.0.0',
184-
'ncclient >= 0.6.16',
185-
'grpcio >= 1.68.0',
186-
'grpcio-tools >= 1.68.0',
187-
'googleapis-common-protos >= 1.66.0',
188-
'protobuf >= 5.26.1'
182+
'paramiko >= 3.5.1',
183+
'lxml >= 4.9.4, <5.4.0',
184+
'ncclient >= 0.6.19',
185+
'grpcio >= 1.71.0',
186+
'grpcio-tools >= 1.71.0',
187+
'googleapis-common-protos >= 1.70.0',
188+
'protobuf >= 6.30.2'
189189
],
190190

191191
# any additional groups of dependencies.

0 commit comments

Comments
 (0)