Skip to content

Commit

Permalink
Fixed safety issues from 2023-09-26 (pt.2)
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 26, 2023
1 parent a11f606 commit 4397ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ docutils>=0.16,<0.17; python_version >= '3.11'
sphinx-git>=10.1.1
# GitPython 3.1.30 fixes safety issues 52322,52518
GitPython>=2.1.1; python_version <= '3.6'
GitPython>=3.1.30; python_version >= '3.7'
GitPython>=3.1.34; python_version >= '3.7'
sphinxcontrib-fulltoc>=1.2.0
sphinxcontrib-websupport>=1.1.2
# Pygments 2.7.4 fixes safety issues 50885,50886
Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ docutils==0.14; python_version == '3.10'
docutils==0.16; python_version >= '3.11'
sphinx-git==10.1.1
GitPython==2.1.1; python_version <= '3.6'
GitPython==3.1.30; python_version >= '3.7'
GitPython==3.1.34; python_version >= '3.7'
sphinxcontrib-websupport==1.1.2
Pygments==2.7.4; python_version <= '3.6'
Pygments==2.15.0; python_version >= '3.7'
Expand Down

0 comments on commit 4397ccf

Please sign in to comment.