Skip to content

Conversation

@AA-Turner
Copy link
Member

@AA-TurnerAA-Turner commented Jan 13, 2024

…o older versions (pythonGH-114022). (cherry picked from commit 94b1d1f) Co-authored-by: Ronald Oussoren <[email protected]>
@m-aciek
Copy link
Contributor

m-aciek commented Jan 13, 2024

We are introducing constraints.txt, I am wondering if we shouldn't convert current pins in requirements.txt of transitive dependencies to constraints.

# Docutils version is pinned to a version compatible with Sphinx # version <3.5.4. It can be removed after bumping Sphinx version to at # least 3.5.4. docutils==0.17.1 # Jinja version is pinned to a version compatible with Sphinx version <4.5. jinja2==3.0.3 

into

# docutils 1.18 is incompatible with Sphinx <3.5.4 docutils<1.18 # jinja2 3.1.0 is incompatible with Sphinx <4.5 jinja2<3.1.0 

in constraints.txt for consistency.

@AA-Turner
Copy link
MemberAuthor

This is a backport, minimal changes are preferable.

@ambvambv merged commit 6661b22 into python:3.10Jan 17, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@AA-Turner@m-aciek@ambv@pablogsal@ronaldoussoren