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-SETUPTOOLS-7448482
  • Loading branch information
snyk-bot committed Jul 18, 2024
1 parent aca67f1 commit c5d25c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ requests_oauthlib<1.2.0
PyJWT>=2
# typing extension required for TypedDict
typing_extensions; python_version < "3.8"
setuptools<60; python_version <= "3.6" # pyup: ignore
setuptools>=65.5.1; python_version >= "3.7"
setuptools<70.0.0; python_version <= "3.6" # pyup: ignore
setuptools>=70.0.0; python_version >= "3.7"

0 comments on commit c5d25c5

Please sign in to comment.