Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PYARROW-6052811
  • Loading branch information
snyk-bot committed Nov 9, 2023
1 parent a182f05 commit 10232bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ oauth2client==3.0.0 # via apache-beam, google-apitools
packaging==20.4 # via -r requirements.in, bleach
pbr==5.5.1 # via mock
protobuf==3.13.0 # via apache-beam, google-api-core, googleapis-common-protos
pyarrow==0.16.0 # via apache-beam
pyarrow==14.0.1 # via apache-beam
pyasn1-modules==0.2.8 # via google-auth, oauth2client
pyasn1==0.4.8 # via oauth2client, pyasn1-modules, rsa
pydot==1.4.1 # via apache-beam
Expand Down

0 comments on commit 10232bd

Please sign in to comment.