Skip to content

Commit

Permalink
Allow latest paramiko version
Browse files Browse the repository at this point in the history
Since we still need to support Debian Bullseye which comes with paramiko
2.7.2 we cannot enforce the latest version but 3.5 seems compatible for
what we use so we can allow newer paramiko version on newer Debians or
when the app using paramiko is vendored.
  • Loading branch information
kofrezo committed Jan 3, 2025
1 parent 27c292c commit ffd386d
Show file tree
Hide file tree
Showing 3 changed files with 492 additions and 446 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dateparser = "~=1.1"
django-environ = "<1.0.0"
django_compressor = "~=4.4"
# Serveradmin extras:
paramiko = "~=2.10"
paramiko = ">=2.7"
pexpect = "<5.0.0"
rich = "*"
typing-extensions = "*"
Expand Down
Loading

0 comments on commit ffd386d

Please sign in to comment.