Skip to content

Commit

Permalink
Bump paramiko from 3.0.0 to 3.3.1
Browse files Browse the repository at this point in the history
Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.0.0 to 3.3.1.
- [Commits](paramiko/paramiko@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 31, 2023
1 parent c47e324 commit b088625
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 @@ -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'
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b088625

Please sign in to comment.