Skip to content

Commit

Permalink
chore(deps): bump paramiko from 3.1.0 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.1.0 to 3.4.0.
- [Commits](paramiko/paramiko@3.1.0...3.4.0)

---
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] authored Jan 31, 2024
1 parent e6ad084 commit acf2064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
proxmoxer==2.0.1
requests==2.28.2
paramiko==3.1.0
paramiko==3.4.0
argh==0.26.2
PyYAML==6.0
tabulate==0.9.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
install_requires=[
"proxmoxer==2.0.1",
"requests==2.28.2",
"paramiko==3.1.0",
"paramiko==3.4.0",
"argh==0.26.2",
"PyYAML==6.0",
"tabulate==0.9.0",
Expand Down

0 comments on commit acf2064

Please sign in to comment.