From 6f3453dcea7cce5ddecc601c37fdce381b781e67 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Sun, 27 Aug 2023 19:50:48 +0200 Subject: [PATCH] Fixed safety issues from 2023-08-27 Signed-off-by: Andreas Maier --- .safety-policy.yml | 7 ++++++- docs/changes.rst | 2 ++ minimum-constraints.txt | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.safety-policy.yml b/.safety-policy.yml index f02624f2..1f344956 100644 --- a/.safety-policy.yml +++ b/.safety-policy.yml @@ -82,7 +82,12 @@ security: reason: Fixed cryptography version 41.0.0 requires Python>=3.7 and is used there 39252: reason: Fixed cryptography version 3.3 requires Python 2.7 or Python>=3.6 and is used there - + 59956: + reason: Fixed certifi version 2023.07.22 requires Python>=3.6 and is used there + 59910: + 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 # Continue with exit code 0 when vulnerabilities are found. continue-on-vulnerability-error: False diff --git a/docs/changes.rst b/docs/changes.rst index 7428b0b1..06239c0e 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -36,6 +36,8 @@ Released: not yet invalid co:nnection file could cause exception. Changes messages issued for error to warning. (see issue #1316) +* Fixed safety issues as of 2023-08-27. + **Enhancements:** * Extend tab completion to include connection show, connection delete, diff --git a/minimum-constraints.txt b/minimum-constraints.txt index 32ed78ff..ee91e8d0 100644 --- a/minimum-constraints.txt +++ b/minimum-constraints.txt @@ -274,7 +274,8 @@ atomicwrites==1.2.1 attrs==18.2.0; python_version <= '3.9' attrs==19.2.0; python_version >= '3.10' backports.functools-lru-cache==1.5; python_version < "3.3" -certifi==2019.11.28 +certifi==2019.11.28; python_version == '2.7' +certifi==2023.07.22; python_version >= '3.6' chardet==3.0.2 clint==0.5.1 configparser==4.0.2; python_version < '3.2'