From 10ad52ca5b3fb83b00e3a979a2851ff6e21125a5 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste VESLIN <19856429+thebaptiste@users.noreply.github.com> Date: Tue, 19 Dec 2023 23:33:34 +0100 Subject: [PATCH] feat: bump paramiko to 3.4.0 (security against Terrapin attack) (#1762) (cherry picked from commit 94836386af53e0f8563d215f5dc98a994062d925) --- .metwork-framework/components.md | 2 +- .../layer2_python3/0500_extra_python_packages/requirements3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.metwork-framework/components.md b/.metwork-framework/components.md index 2b13b578..ab66605c 100644 --- a/.metwork-framework/components.md +++ b/.metwork-framework/components.md @@ -146,7 +146,7 @@ | [opinionated-configparser](https://github.com/metwork-framework/opinionated_configparser) | 1.0.1 | python3 | | [packaging](https://pypi.org/project/packaging) | 23.1 | python3_core | | [paginate](https://github.com/Signum/paginate) | 0.5.6 | python3_devtools | -| [paramiko](https://paramiko.org) | 3.3.1 | python3 | +| [paramiko](https://paramiko.org) | 3.4.0 | python3 | | [parso](https://github.com/davidhalter/parso) | 0.8.3 | python3_devtools | | [pathspec](https://pypi.org/project/pathspec) | 0.11.2 | python3_core | | [pbr](https://docs.openstack.org/pbr/latest/) | 5.11.1 | python3 | diff --git a/layers/layer2_python3/0500_extra_python_packages/requirements3.txt b/layers/layer2_python3/0500_extra_python_packages/requirements3.txt index 68dc1eac..5e40093f 100644 --- a/layers/layer2_python3/0500_extra_python_packages/requirements3.txt +++ b/layers/layer2_python3/0500_extra_python_packages/requirements3.txt @@ -56,7 +56,7 @@ multidict==6.0.4 mypy-extensions==1.0.0 netifaces==0.11.0 opinionated-configparser==1.0.1 -paramiko==3.3.1 +paramiko==3.4.0 pika==1.3.2 poyo==0.5.0 psutil==5.9.7