Skip to content

Commit ba7f32b

Browse files
committed
fix: Solutions/Snowflake/Data Connectors/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
1 parent 01feccb commit ba7f32b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Solutions/Snowflake/Data Connectors/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ azure-functions
22
requests==2.26.0
33
python-dateutil==2.8.2
44
azure-storage-file-share==12.5.0
5-
snowflake-connector-python==2.6.1
5+
snowflake-connector-python==2.6.1
6+
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)