diff --git a/projects/download GeeksForGeeks articles/requirements.txt b/projects/download GeeksForGeeks articles/requirements.txt index a65ab54dc..b4b45c135 100644 --- a/projects/download GeeksForGeeks articles/requirements.txt +++ b/projects/download GeeksForGeeks articles/requirements.txt @@ -1,3 +1,4 @@ requests==2.24.0 selenium==3.141.0 -webdriver-manager==3.2.2 \ No newline at end of file +webdriver-manager==3.2.2 +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file