From 9fe174c65c0e78c3cabf241026dc317a1ec6834b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Feb 2024 18:06:06 +0000 Subject: [PATCH] fix: access-to-care-dash/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DASHCORECOMPONENTS-6226334 - https://snyk.io/vuln/SNYK-PYTHON-DASHHTMLCOMPONENTS-6226336 --- access-to-care-dash/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/access-to-care-dash/requirements.txt b/access-to-care-dash/requirements.txt index 16009b6..6c4394b 100644 --- a/access-to-care-dash/requirements.txt +++ b/access-to-care-dash/requirements.txt @@ -4,8 +4,8 @@ certifi==2020.12.5 chardet==4.0.0 click==7.1.2 dash==1.20.0 -dash-core-components==1.16.0 -dash-html-components==1.1.3 +dash-core-components==2.0.0 +dash-html-components==2.0.0 dash-renderer==1.9.1 dash-table==4.11.3 Flask==1.1.2