Skip to content

Commit f2cd32a

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYOPENSSL-6149520 - https://snyk.io/vuln/SNYK-PYTHON-PYOPENSSL-6157250 - https://snyk.io/vuln/SNYK-PYTHON-PYOPENSSL-6592766
1 parent 2bbf08d commit f2cd32a

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
@@ -41,7 +41,7 @@ proxy-db==0.3.1
4141
psycopg2-binary==2.9.5
4242
pycparser==2.21
4343
PyNaCl==1.5.0
44-
pyOpenSSL==22.1.0
44+
pyOpenSSL==24.0.0
4545
pyparsing==3.0.9
4646
PyQt5==5.15.7
4747
PyQt5-Qt5==5.15.2

0 commit comments

Comments
 (0)