Skip to content

Commit 4bd9f0d

Browse files
committed
fix: dev-requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6150717
1 parent 5603ca2 commit 4bd9f0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pytest-cov==2.12.1
55
yaenv==1.4.1
66
click==8.0.1
77
rich==10.4.0
8-
jinja2==3.0.1
8+
jinja2==3.1.3
99
ruamel.yaml==0.17.10
1010
docker==5.0.0
1111
dockerpty==0.4.1

0 commit comments

Comments
 (0)