From 23b5a584480da2b5e27e122fa789b6dd8ab83db6 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 17:20:29 +0000 Subject: [PATCH] fix: tools/third_party/pytest/testing/plugins_integration/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7435780 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436273 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436514 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436646 --- .../pytest/testing/plugins_integration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/third_party/pytest/testing/plugins_integration/requirements.txt b/tools/third_party/pytest/testing/plugins_integration/requirements.txt index 90b253cc6d310a..3c0f95bd219e22 100644 --- a/tools/third_party/pytest/testing/plugins_integration/requirements.txt +++ b/tools/third_party/pytest/testing/plugins_integration/requirements.txt @@ -1,5 +1,5 @@ anyio[curio,trio]==3.4.0 -django==3.2.9 +django==4.2.14 pytest-asyncio==0.16.0 pytest-bdd==5.0.0 pytest-cov==3.0.0