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-IDNA-6597975
  • Loading branch information
snyk-bot committed Apr 14, 2024
1 parent 7d6de6e commit 8f161eb
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 @@ -6,7 +6,7 @@ click==8.0.1; python_version >= '3.6'
filelock==3.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
fuzzywuzzy==0.18.0
grpcio==1.41.0
idna==3.2; python_version >= '3'
idna==3.7; python_version >= '3'
msgpack==1.0.2
numpy==1.21.2; python_version < '3.9'
protobuf==3.18.0
Expand Down

0 comments on commit 8f161eb

Please sign in to comment.