Closed nateborr closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.18%. Comparing base (
91a9dfd
) to head (7b22d94
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Adjust the project's dependency requirements in the Pipfile and install available updates.
cg-django-uaa
needs to be at version 2.1.5 or greater to be compatible with Django 4.x, based on an installation requirement.cg-django-uaa
2.1.5 is not compatible with Django below version 4.x, so this updates thedjango
requirement accordingly. For good measure I've also constrained it to disallow updating Django to a new major version without deliberately updating the Pipfile.Testing
Confirm that the automated tests pass. Once it's merged, I'll monitor the cloud.gov environment and confirm that the updated application starts correctly in that environment.
I've smoke-tested this update in a local development environment, including the admin console and API. I'll repeat that in staging, taking advantage of the more robust test data there.