Skip to content

Commit 62c5899

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PARAMIKO-6130887
1 parent 90af15d commit 62c5899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ipaddr==2.2.0
44
requests==2.31.0
55
aiohttp==3.9.1
66
asyncio==3.4.3
7-
paramiko==3.3.1
7+
paramiko==3.4.0
88
texttable==1.6.7
99
PySocks==1.7.1 # library_name=socks # module name is not equal to socks name; this is required to be checked on startup
1010
pyOpenSSL==23.2.0 # library_name=OpenSSL

0 commit comments

Comments
 (0)