-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
buildThe build process and cross-buildThe build process and cross-buildeasyinfraCI, GitHub Actions, buildbots, Dependabot, etc.CI, GitHub Actions, buildbots, Dependabot, etc.type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
Due to https://github.com/python/cpython/security/dependabot/12 and https://github.com/python/cpython/security/dependabot/11, the dependency file must be regenerated (it's fine if those links go nowhere, only triagers and core devs see it). CPython Doc is not vulnerable to these two CVE's, but I guess it's ok to bump Jinja's minor version to "silence" these dependabot alerts.
New contributors are welcome!
You need to:
- clone CPython repository and
cd
to theDoc
directory - create && activate venv
pip install "Sphinx~=7.2.6"
- Output of
pip freeze
should be pasted intoDoc/requirements-oldest-sphinx
(from line 15 to the end)
Do not write the NEWS
entry, triage/core dev will aply skip-news
label.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
Metadata
Metadata
Assignees
Labels
buildThe build process and cross-buildThe build process and cross-buildeasyinfraCI, GitHub Actions, buildbots, Dependabot, etc.CI, GitHub Actions, buildbots, Dependabot, etc.type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error