build: pin pip version to resolve pip-tools conflict#199
Open
marlonkeating wants to merge 4 commits intomainfrom
Open
build: pin pip version to resolve pip-tools conflict#199marlonkeating wants to merge 4 commits intomainfrom
marlonkeating wants to merge 4 commits intomainfrom
Conversation
…ements-f753411 chore: Upgrade Python requirements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request addresses compatibility issues with
pipandpip-toolsby pinning thepipversion and updating related tooling and dependencies. It also upgrades several Python package versions across multiple requirements files to ensure the project stays current and secure.Dependency and Tooling Updates
pipto<25.3inrequirements/constraints.txtto resolve incompatibility withpip-toolsand prevent build failures. Explanatory comments and tracking issue references were added.pip-toolsto7.5.2inrequirements/dev.txtfor improved compatibility.Makefileto downloadcommon_constraints.txtand clean up constraint conflicts withDjangoanddjango-simple-historyduring upgrades. [1] [2]Makefileto ensure proper constraints and package installation order.CHANGELOG.rst).Python Package Upgrades
Django(4.2.25→5.2.8),pytest(8.4.2→9.0.1),redis(6.4.0→7.1.0), and many others acrossrequirements/base.txt,requirements/dev.txt,requirements/doc.txt, andrequirements/ci.txtto their latest compatible versions. [1] [2] [3] [4] etc.)Miscellaneous Dependency Updates
certifi,click,faker,psutil,pymongo,pynacl,stevedore,tox, andvirtualenvin all relevant requirements files. [1] [2] [3] [4] [5] etc.)Description:Describe in a couple of sentences what this PR adds
Link to the Jira ticket, if applicable.
Testing instructions:
Add some.
Merge checklist:
Post merge:
finished.