Skip to content

Commit b9184b3

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-BLACK-6256273 - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
1 parent ee68a62 commit b9184b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# required
22
h3==3.7.2
3-
black==21.5b1
3+
black==24.3.0
44
PyYAML==5.4.1
55

66
# fake data providers supported
@@ -13,3 +13,4 @@ pytest==6.2.4
1313
pytest-watch==4.2.0
1414
pytest-sugar==0.9.4
1515
pytest-cov==2.12.0
16+
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)