Skip to content

[3.12] Bump some docs dependencies to resolve a Dependabot security alert (GH-107341) - #107342

Merged
AlexWaygood merged 2 commits into
python:3.12from
miss-islington:backport-f84d77b-3.12
Jul 27, 2023
Merged

[3.12] Bump some docs dependencies to resolve a Dependabot security alert (GH-107341)#107342
AlexWaygood merged 2 commits into
python:3.12from
miss-islington:backport-f84d77b-3.12

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Jul 27, 2023

Copy link
Copy Markdown
Contributor

(cherry picked from commit f84d77b)

Co-authored-by: Alex Waygood Alex.Waygood@Gmail.com


📚 Documentation preview 📚: https://cpython-previews--107342.org.readthedocs.build/

…ythonGH-107341)
(cherry picked from commit f84d77b)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
@AlexWaygood

Copy link
Copy Markdown
Member

Hmm. The Docs (Oldest Sphinx) job is failing:

make: Entering directory '/home/runner/work/cpython/cpython/Doc'
mkdir -p build
Missing the required blurb or sphinx-build tools.
Please run 'make venv' to install local copies.
make: *** [Makefile:49: build] Error 1
make: Leaving directory '/home/runner/work/cpython/cpython/Doc'

The same job succeeded on the PR to the CPython main branch (#107341). @hugovk, any ideas?

@AlexWaygood

Copy link
Copy Markdown
Member

Ah! Possibly because #105368 wasn't backported?

@AlexWaygood

Copy link
Copy Markdown
Member

Ah! Possibly because #105368 wasn't backported?

Yes, looks like that was it. The CI was trying to install incompatible versions of requests and urllib3 at once.

@AlexWaygood
AlexWaygood merged commit 0063ad8 into python:3.12Jul 27, 2023
@miss-islington
miss-islington deleted the backport-f84d77b-3.12 branch July 27, 2023 12:13
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington@AlexWaygood@hugovk@bedevere-bot