Skip to content

Commit

Permalink
Fixed safety issues from 2023-08-27
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Aug 27, 2023
1 parent 8813d9d commit 6f3453d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .safety-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 2 additions & 1 deletion minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6f3453d

Please sign in to comment.