Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 1.32] docs: Bump GitPython to 3.1.41 to fix CVEs #997

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!
#
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

# 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
Loading