From 4d251213c29a4fd79a6cfdaad49fd8037e386b3d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Nov 2022 18:33:31 +0000 Subject: [PATCH] fix: requirements/mypy.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-LXML-2940874 --- requirements/mypy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/mypy.txt b/requirements/mypy.txt index 81985290..fa68b86b 100644 --- a/requirements/mypy.txt +++ b/requirements/mypy.txt @@ -1,5 +1,5 @@ mypy==0.950 loguru-mypy==0.0.4 -lxml==4.6.5 +lxml==4.9.1 pydantic==1.9.0 # needed to run mypy due to a plugin git+https://github.com/python/typed_ast@master ; python_version >= '3.9'