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
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-PYDANTIC-5907722
  • Loading branch information
snyk-bot committed Sep 30, 2023
1 parent acc056a commit 368a6d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ datamodel-code-generator==0.13.2
python_jsonschema_objects==0.4.1
bigquery-schema-generator==1.5
deepmerge==0.3.0
pydantic>=2.4.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 368a6d0

Please sign in to comment.