Skip to content

Commit

Permalink
Bump paramiko from 2.7.2 to 2.10.1
Browse files Browse the repository at this point in the history
Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.7.2 to 2.10.1.
- [Release notes](https://github.com/paramiko/paramiko/releases)
- [Changelog](https://github.com/paramiko/paramiko/blob/main/NEWS)
- [Commits](paramiko/paramiko@2.7.2...2.10.1)

---
updated-dependencies:
- dependency-name: paramiko
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 29, 2022
1 parent 5ea047c commit e93ecc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ coverage==4.5.1
Sphinx==1.8.1
twine==1.12.1
netmiko==3.3.0
paramiko==2.7.2
paramiko==2.10.1
cryptography==3.1
lxml==4.5.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
with open('HISTORY.rst') as history_file:
history = history_file.read()

requirements = ['cryptography==3.1', 'netmiko==3.3.0', 'paramiko==2.7.2', 'lxml==4.5.2']
requirements = ['cryptography==3.1', 'netmiko==3.3.0', 'paramiko==2.10.1', 'lxml==4.5.2']

setup_requirements = [ ]

Expand Down

0 comments on commit e93ecc4

Please sign in to comment.