From dfb27639db87153e1dedc894fe785b639edba99d Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Tue, 26 Sep 2023 05:54:02 +0200 Subject: [PATCH] Fixed safety issues from 2023-09-26 Signed-off-by: Andreas Maier --- .safety-policy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.safety-policy.yml b/.safety-policy.yml index 02668634..e4c3dac7 100644 --- a/.safety-policy.yml +++ b/.safety-policy.yml @@ -66,6 +66,8 @@ security: reason: Fixed sphinx version 3.3.0 requires Python>=3.5 and is used there 59925: reason: Fixed sphinx version 3.3.0 requires Python>=3.5 and is used there + 60350: + reason: Fixed GitPython version 3.1.32 requires Python>=3.7 and is used there # Continue with exit code 0 when vulnerabilities are found. continue-on-vulnerability-error: False