Skip to content

Commit

Permalink
Bump paramiko from 3.2.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.2.0 to 3.3.1.
- [Commits](paramiko/paramiko@3.2.0...3.3.1)

---
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 Jul 31, 2023
1 parent 341e070 commit e39bd9b
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.3', 'pyyaml==6.0'],
extras_require={
"sge": ['defusedxml==0.7.1'],
"remote": ['paramiko==3.2.0', 'tqdm==4.65.0'],
"remote": ['paramiko==3.3.1', 'tqdm==4.65.0'],
"executor": ['pympipool==0.5.6', 'cloudpickle==2.2.1'],
},
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit e39bd9b

Please sign in to comment.