Skip to content

Commit

Permalink
docs: Bump GitPython to 3.1.41 to fix CVEs (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
HomayoonAlimohammadi authored Jan 23, 2025
1 parent e29d443 commit bf53584
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/canonicalk8s/.sphinx/build_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def DeduplicateExtensions(extensionNames: [str]):
"sphinx-design",
"sphinxcontrib-jquery",
"watchfiles",
"GitPython"
"GitPython>=3.1.41"

]

Expand Down
2 changes: 1 addition & 1 deletion docs/canonicalk8s/.sphinx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Add custom requirements to the custom_required_modules
# array in the custom_conf.py file and run:
# make clean && make install
GitPython
GitPython>=3.1.41
canonical-sphinx-extensions
furo
linkify-it-py
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/.sphinx/build_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def DeduplicateExtensions(extensionNames: [str]):
"sphinx-design",
"sphinxcontrib-jquery",
"watchfiles",
"GitPython"
"GitPython>=3.1.41"

]

Expand Down
6 changes: 3 additions & 3 deletions docs/tools/.sphinx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# DO NOT MODIFY THIS FILE DIRECTLY! Unless you want to
# DO NOT MODIFY THIS FILE DIRECTLY!
#
# This file is generated automatically.
# Add custom requirements to the custom_required_modules
# array in the custom_conf.py file and run:
# make clean && make install
GitPython
GitPython>=3.1.41
canonical-sphinx-extensions
furo
linkify-it-py
Expand All @@ -19,4 +19,4 @@ sphinx-tabs
sphinxcontrib-jquery
sphinxcontrib-svg2pdfconverter[CairoSVG]
sphinxext-opengraph
watchfiles
watchfiles

0 comments on commit bf53584

Please sign in to comment.