Skip to content

Commit

Permalink
fix: dev-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-SYMPY-6084333
  • Loading branch information
snyk-bot committed Nov 25, 2023
1 parent d5f2617 commit 821641f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ pytest-mock==3.3.0
pytest-cov==2.12.1
-e git+https://github.com/codecov/codecov-python.git@4ec70db255cc2dc332fbd01aab3069d9b2e699dc#egg=codecov
jinja2<3.1.0
sympy>=1.12 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 821641f

Please sign in to comment.