Skip to content

Commit ab55e32

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-MARKDOWN2-11356592 - https://snyk.io/vuln/SNYK-PYTHON-MARKDOWN2-11356593
1 parent 0ed11e4 commit ab55e32

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
@@ -26,7 +26,7 @@ django==4.1.1
2626
gunicorn==20.1.0
2727
idna==3.4; python_version >= '3.5'
2828
lxml==4.9.1
29-
markdown2==2.4.3; python_version >= '3.5' and python_version < '4'
29+
markdown2==2.5.4; python_version >= '3.5' and python_version < '4'
3030
oauthlib==3.2.1; python_version >= '3.6'
3131
packaging==21.3; python_version >= '3.6'
3232
pillow==9.2.0

0 commit comments

Comments
 (0)