diff --git a/Python/Github_Issues_PRs_Scrapper/requirements.txt b/Python/Github_Issues_PRs_Scrapper/requirements.txt index b7180a5a5..9bef39359 100644 --- a/Python/Github_Issues_PRs_Scrapper/requirements.txt +++ b/Python/Github_Issues_PRs_Scrapper/requirements.txt @@ -2,3 +2,4 @@ PyGithub==1.54.1 python-decouple==3.4 json sys +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability