From daed590d16785f5f2aba11e5541c1e7347a8635d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 10:31:28 +0000 Subject: [PATCH] fix: examples/django_example/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867 --- examples/django_example/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/django_example/requirements.txt b/examples/django_example/requirements.txt index 6453a5a1d..1fbbcbeb0 100644 --- a/examples/django_example/requirements.txt +++ b/examples/django_example/requirements.txt @@ -1,2 +1,3 @@ django>=1.4 python-social-auth +requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability