From 130ab1fe1abd1e7efd1e2dd515dd45d793a44e5f Mon Sep 17 00:00:00 2001 From: Eric Radman Date: Fri, 6 Dec 2024 21:23:45 -0500 Subject: [PATCH] Update to paramiko-3.4.1 (#7240) Solves the deprecation warning for TripleDES Related: https://github.com/paramiko/paramiko/issues/2419 --- poetry.lock | 8 ++++---- pyproject.toml | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 49f8cfca3d..cddceb9903 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2791,13 +2791,13 @@ test = ["hypothesis (>=3.58)", "pytest (>=6.0)", "pytest-xdist"] [[package]] name = "paramiko" -version = "3.4.0" +version = "3.4.1" description = "SSH2 protocol library" optional = false python-versions = ">=3.6" files = [ - {file = "paramiko-3.4.0-py3-none-any.whl", hash = "sha256:43f0b51115a896f9c00f59618023484cb3a14b98bbceab43394a39c6739b7ee7"}, - {file = "paramiko-3.4.0.tar.gz", hash = "sha256:aac08f26a31dc4dffd92821527d1682d99d52f9ef6851968114a8728f3c274d3"}, + {file = "paramiko-3.4.1-py3-none-any.whl", hash = "sha256:8e49fd2f82f84acf7ffd57c64311aa2b30e575370dc23bdb375b10262f7eac32"}, + {file = "paramiko-3.4.1.tar.gz", hash = "sha256:8b15302870af7f6652f2e038975c1d2973f06046cb5d7d65355668b3ecbece0c"}, ] [package.dependencies] @@ -5452,4 +5452,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "02293766776027e8d1d72d7649c9775d1a01d465cd5d585d9d1596f69905f946" +content-hash = "60b16b87265062c99c3c69b0d00995264dfae8ba231e9802496858e98aa61c1b" diff --git a/pyproject.toml b/pyproject.toml index 502d3ea191..d1dd210555 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,6 +87,7 @@ xlsxwriter = "1.2.2" tzlocal = "4.3.1" pyodbc = "5.1.0" debugpy = "^1.8.9" +paramiko = "3.4.1" [tool.poetry.group.all_ds] optional = true