Skip to content

Commit

Permalink
fix: Solutions/Snowflake/Data Connectors/requirements.txt to reduce v…
Browse files Browse the repository at this point in the history
…ulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
  • Loading branch information
snyk-bot committed Jul 16, 2024
1 parent 01feccb commit ba7f32b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Solutions/Snowflake/Data Connectors/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ azure-functions
requests==2.26.0
python-dateutil==2.8.2
azure-storage-file-share==12.5.0
snowflake-connector-python==2.6.1
snowflake-connector-python==2.6.1
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit ba7f32b

Please sign in to comment.