From 71811da526ff8f4b57d7a003f2ffe0a6464b7468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 05:37:44 +0000 Subject: [PATCH] Update paramiko requirement Updates the requirements on [paramiko](https://github.com/paramiko/paramiko) to permit the latest version. Updates `paramiko` to 4.0.0 - [Commits](https://github.com/paramiko/paramiko/compare/release-1.7.4...4.0.0) --- updated-dependencies: - dependency-name: paramiko dependency-version: 4.0.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d63d5339..ff9ab438 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ # Strategy dependencies "celery>=5.6.0,<6", "openpyxl>=3.1.5,<4", - "paramiko<4", + "paramiko<5", "Pillow>=10.4.0,<13", "psycopg[binary]>=3.2.6,<4", "pysftp~=0.2.9",