Skip to content

Commit

Permalink
Merge pull request #50 from zoriana2021/um-815
Browse files Browse the repository at this point in the history
[UM-815] - Update paramiko version
  • Loading branch information
zoriana2021 authored Nov 16, 2022
2 parents 7e93111 + 5e3b1ae commit 3febf57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion panoply/constants.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "3.1.1"
__version__ = "3.1.2"
__package_name__ = "panoply-python-sdk"
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"oauth2client==4.1.1",
"backoff==1.10.0",
"sshtunnel==0.1.5",
"paramiko==2.7.2",
"cryptography==36.0.2",
"paramiko==2.11.0",
],
extras_require={
"test": [
Expand Down

0 comments on commit 3febf57

Please sign in to comment.