From 7b81c544e64771a6050af2afb01f3dd5d1e754dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 18:35:38 +0000 Subject: [PATCH] Update dependency scp to v0.16.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0ec77cf..0a13097 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ paramiko==2.11.0 pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" pynacl==1.5.0; python_version >= "3.6" python-dotenv==0.21.1; python_version >= "3.5" -scp==0.14.4 +scp==0.16.1 six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5"