From e6c4481fbfd38cfc23815093cda46bf8677a7f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 06:10:30 +0000 Subject: [PATCH] Update paramiko requirement Updates the requirements on [paramiko](https://github.com/paramiko/paramiko) to permit the latest version. Updates `paramiko` to 5.0.0 - [Commits](https://github.com/paramiko/paramiko/compare/release-1.7.4...5.0.0) --- updated-dependencies: - dependency-name: paramiko dependency-version: 5.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 be49acaf..317bbfe4 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", # version 4+ has some breaking changes and is not yet supported by pysftp + "paramiko<6", # version 4+ has some breaking changes and is not yet supported by pysftp "Pillow>=10.4.0,<13", "psycopg[binary]>=3.2.6,<4", "pysftp~=0.2.9",