From a7c0578ea7554a081a825384d0bbe2316baa2f05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Sep 2023 21:37:16 +0000 Subject: [PATCH] fix: vizro-core/snyk/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYDANTIC-5907722 --- vizro-core/snyk/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vizro-core/snyk/requirements.txt b/vizro-core/snyk/requirements.txt index 98598233f..94087d4f8 100644 --- a/vizro-core/snyk/requirements.txt +++ b/vizro-core/snyk/requirements.txt @@ -1,7 +1,7 @@ dash>=2.11 dash_bootstrap_components pandas -pydantic<2.0.0 +pydantic<2.4.0 dash_daq ipython>=8.10.0 numpy>=1.22.2