Skip to content

Commit d3ca770

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] <[email protected]>
1 parent 8dbb3de commit d3ca770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.5.1,<6",
3333
"openpyxl>=3.1.5,<4",
34-
"paramiko<4",
34+
"paramiko<5",
3535
"Pillow>=10.4.0,<13",
3636
"psycopg[binary]~=3.2.6",
3737
"pysftp~=0.2.9",

0 commit comments

Comments
 (0)