Skip to content

Commit

Permalink
Allow latest paramiko version (#383)
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 authored Jan 3, 2025
1 parent 27c292c commit 3fe48a0
Show file tree
Hide file tree
Showing 4 changed files with 497 additions and 451 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,<4"
pexpect = "<5.0.0"
rich = "*"
typing-extensions = "*"
Expand Down
Loading

0 comments on commit 3fe48a0

Please sign in to comment.