Skip to content

Commit

Permalink
Upgrade paramiko to avoid blowfish ciphers (#1149)
Browse files Browse the repository at this point in the history
* Upgrade paramiko to avoid blowfish ciphers

* Pin cryptography for python 3.6
  • Loading branch information
abhinavsingh authored May 18, 2022
1 parent 8922310 commit 4c22a7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ repos:
hooks:
- id: mypy
additional_dependencies:
- paramiko == 2.8.0
- paramiko == 2.11.0
- types-paramiko == 2.7.3
- cryptography==36.0.2; python_version <= '3.6'
- types-setuptools == 57.4.2
args:
# FIXME: get rid of missing imports ignore
Expand Down
3 changes: 2 additions & 1 deletion requirements-tunnel.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
paramiko==2.10.3
paramiko==2.11.0
types-paramiko==2.8.9
cryptography==36.0.2; python_version <= '3.6'

0 comments on commit 4c22a7d

Please sign in to comment.