Skip to content

Commit 260b59e

Browse files
Bump paramiko from 2.2.1 to 2.2.4 in /file_transfer-ftp
Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.2.1 to 2.2.4. - [Release notes](https://github.com/paramiko/paramiko/releases) - [Changelog](https://github.com/paramiko/paramiko/blob/master/NEWS) - [Commits](paramiko/paramiko@2.2.1...2.2.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d0db24 commit 260b59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file_transfer-ftp/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
license='GPLV3',
1010
packages=find_packages(),
1111
install_requires=[
12-
'paramiko==2.2.1',
12+
'paramiko==2.2.4',
1313
'PyYAML==3.12',
1414
],
1515
)

0 commit comments

Comments
 (0)