diff --git a/requirements.txt b/requirements.txt index 4c8b3ce..704655c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ requests >= 2.18.4, < 3 pyjwt >= 1.5.3, < 2 cryptography >= 2.3, < 3 furl >= 1.2.1 -termcolor >= 1.1.0, < 2 \ No newline at end of file +termcolor >= 1.1.0, < 2 +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file