diff --git a/Pipfile b/Pipfile index 652140ce..269c4a28 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ minio = "==7.2.20" munch = "==4.0.0" natsort = "==8.4.0" openstacksdk = "==4.10.0" -paramiko = "==4.0.0" +paramiko = "==5.0.0" patool = "==4.0.5" requests = "==2.34.2" "ruamel.yaml" = "==0.19.1" diff --git a/Pipfile.lock b/Pipfile.lock index 62bbc156..99881b75 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "4bac5cf9c2264277133406ce5afde3edf823f2ba811f1a6c9d9ec2038a2afb70" + "sha256": "cdab589d4c6cbee1b832ae98ff8d75e779669091297c9955b1403df59eaa1a40" }, "pipfile-spec": 6, "requires": {}, @@ -562,12 +562,12 @@ }, "paramiko": { "hashes": [ - "sha256:0e20e00ac666503bf0b4eda3b6d833465a2b7aff2e2b3d79a8bba5ef144ee3b9", - "sha256:6a25f07b380cc9c9a88d2b920ad37167ac4667f8d9886ccebd8f90f654b5d69f" + "sha256:36763b5b95c2a0dcfdf1abc48e48156ee425b21efe2f0e787c2dd5a95c0e5e79", + "sha256:b7044611c30140d9a75261653210e2002977b71a0497ff3ba0d98d7edbf62f7c" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==4.0.0" + "version": "==5.0.0" }, "patool": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 5a580cc6..02584b6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ minio==7.2.20 munch==4.0.0 natsort==8.4.0 openstacksdk==4.10.0 -paramiko==4.0.0 +paramiko==5.0.0 patool==4.0.5 requests==2.34.2 ruamel.yaml==0.19.1