Skip to content

Commit

Permalink
Merge pull request #1979 from apache/dependabot/pip/paramiko-3.4.0
Browse files Browse the repository at this point in the history
Bump paramiko from 3.3.1 to 3.4.0
  • Loading branch information
Kami authored Apr 14, 2024
2 parents 6e39117 + 4fb57a9 commit 8c28b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ rstcheck==6.1.2; python_version >= '3.7'
codespell==2.2.5

requests>=2.27.1
paramiko==3.3.1; platform_python_implementation != 'PyPy'
paramiko==3.4.0; platform_python_implementation != 'PyPy'
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pyopenssl==23.2.0

# Required by subset of tests
fasteners
paramiko==3.3.1; platform_python_implementation != 'PyPy'
paramiko==3.4.0; platform_python_implementation != 'PyPy'
libvirt-python==9.6.0

0 comments on commit 8c28b4f

Please sign in to comment.