-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package upgrades: JS, Ruby, and Python Packages #1204
Conversation
…erformance and security
…latest bug fixes and improvements
….6.0 to leverage new features and bug fixes fix(demo.js): specify cookiecutter version in pipenv install command to ensure consistency across environments
…atest version for getting the latest features and bug fixes refactor(demo.js): change cookiecutter installation command to install any latest version feat(demo.js): change checkout branch from master to develop in cookiecutter commands to test latest changes in develop branch
…eaking changes in future versions refactor(demo.js): change branch from develop to master in cookiecutter commands for better stability and reliability
…behavior across environments refactor(demo.js): change django-scaffold checkout branch from master to PI-405-package-upgrade for testing new package upgrades
…age-upgrade to master to ensure usage of stable version
urllib3 = "==2.1.0" | ||
django = "==3.2.23" | ||
urllib3 = ">=2.2.2" | ||
django = ">=4.2.16" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a big upgrade. But is it in line with other Django version upgrades elsewhere? I thought I saw an upgrade to a "4" version of Django elsewhere, too. Is that the same version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. We have upgraded the Django version to 4.2.* in all other relevant reports. I made sure it works as expected.
Upgrade the following packages:
Python
Ruby
JS
I have testes using the following commands:
Found some issues with django-scaffold which are resolved in this PR: crowdbotics/django-scaffold#832
Ticket
PI-405
Related tickets:
Related PRs:
Type of PR
Did you make changes to modules or created a new module?
Changes introduced
Describe the changes being introduced in this PR
Include screenshots if necessary
Please link any documentation reference that relate to the changes
Test and review
Describe how a reviewer should test your PR