fix: ee/connectors/deploy/requirements_bigquery.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321964 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321966 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970 - https://snyk.io/vuln/SNYK-PYTHON-PYARROW-6052811 - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412
This commit is contained in:
parent
790e1001b7
commit
7d36bda20b
1 changed files with 4 additions and 1 deletions
|
|
@ -4,4 +4,7 @@ SQLAlchemy==1.4.43
|
||||||
google-cloud-bigquery==3.4.2
|
google-cloud-bigquery==3.4.2
|
||||||
pandas==1.5.1
|
pandas==1.5.1
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
pandas-gbq==0.19.2
|
pandas-gbq==0.19.2
|
||||||
|
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||||
|
pyarrow>=14.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||||
|
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||||
Loading…
Add table
Reference in a new issue