From 8310d215932f4f127570d2045143dc7766db3fc1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Sep 2023 04:40:38 +0000 Subject: [PATCH] fix: requirements/base.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GITPYTHON-5876644 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 1d60d0d8..164c3f6b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -115,7 +115,7 @@ pycryptodome==3.16.0 # Yara # ------------------------------------------------------------------------------ # https://github.com/gitpython-developers/GitPython -GitPython==3.1.29 +GitPython==3.1.35 # https://github.com/frostming/marko marko==1.2.2