From f3e1cb648e50a85abc0217f6fe453b41cf40b95d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 May 2022 19:13:42 +0000 Subject: [PATCH] fix: docs/requirements.txt to reduce vulnerabilities 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 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5761bdfd9c7e..7c904ecdc4b0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -14,5 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # -sphinx==1.8.1 +sphinx==3.0.4 sphinx-rtd-theme==0.3.1