Skip to content

Commit

Permalink
Fixed safety issues from 9/30
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Sep 30, 2023
1 parent 7dc7b19 commit a2bd32a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .safety-policy.yml
Expand Up @@ -102,6 +102,8 @@ security:
reason: Fixed cryptography version 41.0.3 requires Python>=3.7 and is used there
60350:
reason: Fixed gitpython version 3.1.32 requires Python>=3.7 and is used there
60789:
reason: Fixed gitpython version 3.1.33 requires Python>=3.7 and is used there

# Continue with exit code 0 when vulnerabilities are found.
continue-on-vulnerability-error: False
2 changes: 1 addition & 1 deletion dev-requirements.txt
Expand Up @@ -96,7 +96,7 @@ docutils>=0.17; python_version >= '3.11'
# GitPython is used in conf.py
# GitPython 2.1.8 adds support for PackingType packed-Refs that is used with git 2.18.
GitPython>=2.1.15; python_version == '3.6'
GitPython>=3.1.32; python_version >= '3.7'
GitPython>=3.1.34; python_version >= '3.7'
sphinxcontrib-fulltoc>=1.2.0; python_version >= '3.6'
sphinxcontrib-websupport>=1.1.2; python_version >= '3.6'
Pygments>=2.7.4; python_version == '3.6'
Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints.txt
Expand Up @@ -215,7 +215,7 @@ Sphinx==5.1.0; python_version >= '3.11'
docutils==0.14; python_version >= '3.6' and python_version <= '3.10'
docutils==0.17; python_version >= '3.11'
GitPython==2.1.15; python_version == '3.6'
GitPython==3.1.32; python_version >= '3.7'
GitPython==3.1.34; python_version >= '3.7'
sphinxcontrib-fulltoc==1.2.0; python_version >= '3.6'
sphinxcontrib-websupport==1.1.2; python_version >= '3.6'
Pygments==2.7.4; python_version == '3.6'
Expand Down

0 comments on commit a2bd32a

Please sign in to comment.