Skip to content

Commit

Permalink
Bump paramiko major version (#1018)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Mills-Barrett <[email protected]>
  • Loading branch information
pbsds and Fizzadar authored Nov 18, 2023
1 parent b23b6d8 commit a280e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

INSTALL_REQUIRES = (
"gevent>=1.5",
"paramiko>=2.7,<3", # 2.7 (2019) adds OpenSSH key format + Match SSH config
"paramiko>=2.7,<4", # 2.7 (2019) adds OpenSSH key format + Match SSH config
"click>2",
"jinja2>2,<4",
"python-dateutil>2,<3",
Expand Down

0 comments on commit a280e17

Please sign in to comment.