From 110ffd8a60510348c6a350f85b02acfa54de2a88 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jul 2024 16:34:16 +0000 Subject: [PATCH] fix: examples/django/requirements/test.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 --- examples/django/requirements/test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/django/requirements/test.txt b/examples/django/requirements/test.txt index 7c0db1984..57e92b7a0 100644 --- a/examples/django/requirements/test.txt +++ b/examples/django/requirements/test.txt @@ -1,2 +1,3 @@ pytest~=3.0 pytest-asyncio>=0.8 +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability