diff --git a/requirements.txt b/requirements.txt index 803b33f..89213c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ proxmoxer==1.2.0 requests==2.27.1 -paramiko==2.9.2 +paramiko==2.10.2 argh==0.26.2 PyYAML==6.0 tabulate==0.8.9 \ No newline at end of file diff --git a/setup.py b/setup.py index 44112a2..dcd8fe7 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ install_requires=[ "proxmoxer==1.2.0", "requests==2.27.1", - "paramiko==2.9.2", + "paramiko==2.10.2", "argh==0.26.2", "PyYAML==6.0", "tabulate==0.8.9",