From 3b2a524e66ab7fec6f7da79768ff7bb2d1ee8f2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 22:39:57 +0000 Subject: [PATCH] build(deps): bump paramiko from 2.12.0 to 3.0.0 in /ci/builder Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.12.0 to 3.0.0. - [Release notes](https://github.com/paramiko/paramiko/releases) - [Changelog](https://github.com/paramiko/paramiko/blob/main/NEWS) - [Commits](https://github.com/paramiko/paramiko/compare/2.12.0...3.0.0) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ci/builder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/builder/requirements.txt b/ci/builder/requirements.txt index 8156cc18253ad..b0a6f71a6e9b9 100644 --- a/ci/builder/requirements.txt +++ b/ci/builder/requirements.txt @@ -24,7 +24,7 @@ mypy==0.991 numpy==1.24.2 pandas==1.5.2 parameterized==0.8.1 -paramiko==2.12.0 +paramiko==3.0.0 pdoc3==0.10.0 pg8000==1.29.4 prettytable==3.5.0