diff --git a/examples/django_me_example/requirements.txt b/examples/django_me_example/requirements.txt index 1a339e997..2e5d21806 100644 --- a/examples/django_me_example/requirements.txt +++ b/examples/django_me_example/requirements.txt @@ -1,3 +1,4 @@ django>=1.4,<1.8 mongoengine>=0.8.6 python-social-auth +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability