Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

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-SPHINX-570772
- https://snyk.io/vuln/SNYK-PYTHON-SPHINX-570773
  • Loading branch information
snyk-bot committed Oct 28, 2022
1 parent f3e7020 commit 48568ed
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 @@ -2,7 +2,7 @@ sphinx-rtd-theme==0.4.3
Pillow>=5.3.0
PyPDF2==1.26.0
PyYAML>=4.2b1
Sphinx==2.3.1
Sphinx==3.0.4
sphinxcontrib-websupport==1.1.2
uvloop==0.12.*; sys_platform != 'win32' and sys_platform != 'cygwin' and sys_platform != 'cli'
responder==1.3.2
Expand Down

0 comments on commit 48568ed

Please sign in to comment.