feat: unpin pip, upgrade python requirements#6
Closed
iloveagent57 wants to merge 4 commits into
Closed
Conversation
* fix: replace headless property in Firefox options class
f9ee2c1 to
d5ba2ff
Compare
* make upgrade to get taxonomy-connector that doesn't use djchoices * remove djchoices requirement from base.in * remove use of djchoices in all migration files
d5ba2ff to
09721af
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 29 out of 30 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
7
to
8
| django-debug-toolbar | ||
| django-elasticsearch-debug-toolbar | ||
| edx-i18n-tools |
There was a problem hiding this comment.
Now that django-elasticsearch-debug-toolbar is removed, the constraint django-debug-toolbar < 4.2.0 (and its comment) in requirements/constraints.txt becomes stale and may block upgrading Debug Toolbar to a version compatible with Django 5.2. Consider removing/updating that constraint as part of this change to avoid being stuck on an older Debug Toolbar.
Member
Author
|
closed and moved to openedx: openedx#4712 |
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.
unpins pip (to stop using setuptools) and upgrades all python requirements