Skip to content

Commit 89d8bd6

Browse files
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](paramiko/paramiko@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] <support@github.com>
1 parent 27b92e7 commit 89d8bd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
# Strategy dependencies
3232
"celery>=5.6.0,<6",
3333
"openpyxl>=3.1.5,<4",
34-
"paramiko<4", # version 4+ has some breaking changes and is not yet supported by pysftp
34+
"paramiko<5", # version 4+ has some breaking changes and is not yet supported by pysftp
3535
"Pillow>=10.4.0,<13",
3636
"psycopg[binary]>=3.2.6,<4",
3737
"pysftp~=0.2.9",

0 commit comments

Comments
 (0)