Skip to content

Commit 80c62c8

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-8548181 - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-8548987
1 parent fde7562 commit 80c62c8

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
@@ -22,7 +22,7 @@ httptools==0.6.4
2222
httpx==0.27.2
2323
idna==3.10
2424
iniconfig==2.0.0
25-
Jinja2==3.1.4
25+
Jinja2==3.1.5
2626
markdown-it-py==3.0.0
2727
MarkupSafe==2.1.5
2828
mccabe==0.7.0

0 commit comments

Comments
 (0)