Skip to content

Commit

Permalink
downgrade paramiko (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebattat authored Sep 27, 2024
1 parent 570b792 commit a3eae17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jinja2==3.1.4
myst-parser==1.0.0
openshift-client==1.0.17
pandas
paramiko==3.5.0
paramiko==3.4.0
prometheus-api-client==0.5.1
PyGitHub==1.55
PyYAML==6.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
'openshift-client==1.0.17', # clusterbuster && prometheus metrics
'prometheus-api-client==0.5.1', # clusterbuster && prometheus metrics
'pandas', # required latest
'paramiko==3.5.0',
'paramiko==3.4.0',
'PyGitHub==1.55', # update secrets
'PyYAML==6.0.1',
'setuptools', # for python3.12
Expand Down

0 comments on commit a3eae17

Please sign in to comment.