Skip to content

Commit 88d3292

Browse files
committed
fix: Solutions/Box/Data Connectors/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
1 parent 01feccb commit 88d3292

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Solutions/Box/Data Connectors/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ pyjwt==2.4.0
88
cryptography==38.0.3
99
boxsdk==3.3.0
1010
azure-storage-file-share==12.7.0
11-
python-dateutil==2.8.2
11+
python-dateutil==2.8.2
12+
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)