Skip to content

Commit

Permalink
Bump paramiko from 3.1.0 to 3.2.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.2.0.
- [Changelog](https://github.com/paramiko/paramiko/blob/main/NEWS)
- [Commits](paramiko/paramiko@3.1.0...3.2.0)

---
updated-dependencies:
- dependency-name: paramiko
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 29, 2023
1 parent 287649f commit e418d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
install_requires=['jinja2==3.1.2', 'pandas==2.0.1', 'pyyaml==6.0'],
extras_require={
"sge": ['defusedxml==0.7.1'],
"remote": ['paramiko==3.1.0', 'tqdm==4.65.0'],
"remote": ['paramiko==3.2.0', 'tqdm==4.65.0'],
},
cmdclass=versioneer.get_cmdclass(),
entry_points={
Expand Down

0 comments on commit e418d06

Please sign in to comment.