From e8987747366a9ba251f9ca673f40c05a1feb778e Mon Sep 17 00:00:00 2001 From: cld-sec <121499964+cld-sec@users.noreply.github.com> Date: Wed, 5 Feb 2025 04:13:10 +0200 Subject: [PATCH] Fix sample project --- samples/spookyshots/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/spookyshots/requirements.txt b/samples/spookyshots/requirements.txt index 2eb7e9c..c81d421 100644 --- a/samples/spookyshots/requirements.txt +++ b/samples/spookyshots/requirements.txt @@ -3,3 +3,4 @@ cloudinary python-dotenv streamlit_option_menu tornado>=6.4.2 # not directly required, pinned by Snyk to avoid a vulnerability +urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability