diff --git a/Youtube Playlist Info Scraper/requirements.txt b/Youtube Playlist Info Scraper/requirements.txt index 1f311f5c..f1eeedbe 100644 --- a/Youtube Playlist Info Scraper/requirements.txt +++ b/Youtube Playlist Info Scraper/requirements.txt @@ -1,2 +1,3 @@ requests -bs4 \ No newline at end of file +bs4 +urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file