Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to paramiko-3.4.1 #7240

Merged
merged 1 commit into from
Dec 7, 2024
Merged

Update to paramiko-3.4.1 #7240

merged 1 commit into from
Dec 7, 2024

Conversation

eradman
Copy link
Collaborator

@eradman eradman commented Dec 5, 2024

What type of PR is this?

  • Bug Fix

Description

Solves the deprecation warning for TripleDES

$ docker compose exec server ./manage.py
/usr/local/lib/python3.10/site-packages/paramiko/pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
  "cipher": algorithms.TripleDES,
/usr/local/lib/python3.10/site-packages/paramiko/transport.py:259: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
  "class": algorithms.TripleDES,

How is this tested?

  • Unit tests (pytest, jest)
  • Manually

Related Tickets & Documents

paramiko/paramiko#2419

Solves the deprecation warning for TripleDES

paramiko/paramiko#2419
@lucydodo lucydodo merged commit 130ab1f into getredash:master Dec 7, 2024
11 checks passed
@eradman eradman deleted the paramiko branch December 7, 2024 02:36
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.

2 participants