diff --git a/examples/pyramid_example/requirements.txt b/examples/pyramid_example/requirements.txt index 4a815a9ea..249b14cb4 100644 --- a/examples/pyramid_example/requirements.txt +++ b/examples/pyramid_example/requirements.txt @@ -1,2 +1,4 @@ python-social-auth pyramid +urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability