Skip to content

update version from paramiko to 3^ to avoid warning algorithms.TripleDES#34

Open
Douglas019BR wants to merge 1 commit into
avanzzzi:masterfrom
Douglas019BR:update-paramiko
Open

update version from paramiko to 3^ to avoid warning algorithms.TripleDES#34
Douglas019BR wants to merge 1 commit into
avanzzzi:masterfrom
Douglas019BR:update-paramiko

Conversation

@Douglas019BR

Copy link
Copy Markdown

When running any command on hypy it`s show an warning :
➜ ~ hypy switch get 35
~/.virtualenvs/hypy/lib/python3.12/site-packages/paramiko/pkey.py:82: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0.
"cipher": algorithms.TripleDES,
~/.virtualenvs/hypy/lib/python3.12/site-packages/paramiko/transport.py:253: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0.
"class": algorithms.TripleDES,
VMName SwitchName
VMNAME-01 SWITCHNAME-01

The update on paramiko is to avoid this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant