From e014f449a17de7aeccb06f6f030fae23f34a3359 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jan 2024 17:37:16 +0000 Subject: [PATCH] fix: dev-requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6150717 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4666d8ff..331bf4a8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -14,4 +14,4 @@ pytest-pycodestyle==2.2.0 pytest-mock==3.3.0 pytest-cov==2.12.1 -e git+https://github.com/codecov/codecov-python.git@4ec70db255cc2dc332fbd01aab3069d9b2e699dc#egg=codecov -jinja2<3.1.0 +jinja2<3.1.3