Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
fix: requirements/requirements.txt to reduce vulnerabilities (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-iskw and snyk-bot authored Oct 17, 2023
1 parent acc056a commit ba42bcd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ datamodel-code-generator==0.13.2
python_jsonschema_objects==0.4.1
bigquery-schema-generator==1.5
deepmerge==0.3.0
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
protobuf>=3.18.3 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit ba42bcd

Please sign in to comment.