This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch dependabot/pip/paramiko-3.3.1 in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit f0c70e3e85df006808b6090a6722ba4e9076d23c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jul 31 18:01:04 2023 +0000 Bump paramiko from 3.0.0 to 3.3.1 Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.0.0 to 3.3.1. - [Commits](https://github.com/paramiko/paramiko/compare/3.0.0...3.3.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- requirements-lint.txt | 2 +- requirements-tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index b3de16d36..c7675fc84 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -9,4 +9,4 @@ pyupgrade==3.3.1 rstcheck==6.1.2; python_version >= '3.7' requests>=2.27.1 -paramiko==3.0.0; platform_python_implementation != 'PyPy' +paramiko==3.3.1; platform_python_implementation != 'PyPy' diff --git a/requirements-tests.txt b/requirements-tests.txt index f19373912..63986c35d 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -14,5 +14,5 @@ more-itertools==9.0.0 # Required by subset of tests fasteners -paramiko==3.0.0; platform_python_implementation != 'PyPy' +paramiko==3.3.1; platform_python_implementation != 'PyPy' libvirt-python==9.0.0