From 818b8b9f65e9141f50d0bdd85b15caca5fc397be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:33:47 +0000 Subject: [PATCH] Bump the python-dependencies group with 3 updates (#2514) Bumps the python-dependencies group with 3 updates: [paramiko](https://github.com/paramiko/paramiko), [python-hcl2](https://github.com/amplify-education/python-hcl2) and [pyyaml](https://github.com/yaml/pyyaml). Updates `paramiko` from 3.4.0 to 3.4.1 - [Commits](https://github.com/paramiko/paramiko/compare/3.4.0...3.4.1) Updates `python-hcl2` from 4.3.4 to 4.3.5 - [Release notes](https://github.com/amplify-education/python-hcl2/releases) - [Changelog](https://github.com/amplify-education/python-hcl2/blob/main/CHANGELOG.md) - [Commits](https://github.com/amplify-education/python-hcl2/compare/v4.3.4...v4.3.5) Updates `pyyaml` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: python-hcl2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index a6d64f5a5d7..8251d594cdf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,15 +14,15 @@ natsort==8.4.0 # natsort used in kni-assisted-installer-auto netaddr==1.3.0 ## from https://github.com/openshift/assisted-test-infra/pull/2398 netifaces==0.11.0 openshift-client==2.0.4 -paramiko==3.4.0 +paramiko==3.4.1 pre-commit==3.8.0 pycharm-remote-debugger==0.1.18 pytest-xdist==3.6.1 pytest==8.3.2 python-dateutil==2.9.0.post0 -python-hcl2==4.3.4 +python-hcl2==4.3.5 python-terraform==0.10.1 -PyYAML==6.0.1 +PyYAML==6.0.2 requests==2.32.3 retry==0.9.2 scp==0.15.0