Skip to content

Commit

Permalink
fix: requirements_dev.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-SPHINX-5811865
- https://snyk.io/vuln/SNYK-PYTHON-SPHINX-5812109
  • Loading branch information
snyk-bot committed Aug 1, 2023
1 parent 1bb884d commit c128cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ watchdog==0.9.0
flake8==3.8.4
tox==3.5.2
coverage==4.5.1
Sphinx==1.8.1
Sphinx==3.3.0
twine==1.12.1

pytest==3.8.2
Expand Down

0 comments on commit c128cc1

Please sign in to comment.