Skip to content
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

Update minor versions of *many* dependencies. #5521

Merged
merged 5 commits into from Apr 8, 2024

Conversation

glennmatthews
Copy link
Contributor

Closes #DNE

What's Changed

Essentially this is a manual attempt at addressing #4564, albeit targeted to develop rather than next (Since all dependency bumps in here are minor versions, I'm of the opinion that this should be acceptable in a patch release).

In addition to not including any major version bumps (see #4616), this also omits the following updates that had been proposed by #4564:

There are minor code changes included in this PR as follows:

  • Selenium docker image version updates corresponding to the Selenium dependency bump
  • A few whitespace changes resulting from the ruff dependency bump
  • Docs changes from storages.backends.s3boto3.S3Boto3Storage to storages.backends.s3.S3Storage and similar resulting from the django-storages dependency bump (note: the old import is still supported for now but is considered deprecated)
  • Integration test update to handle a new URL pattern added by the django-health-check bump
  • Changes to a couple of yield statements to address a new pylint warning
  • Removal of previously deprecated ExtendedManager and ExtendedQuerySet base classes from django-celery-beat (these were actually removed from the code base in the previous version before this dependency bump, but for some reason the code was still present in the published wheel??)

TODO

  • Explanation of Change(s)
  • Added change log fragment(s) (for more information see the documentation)
  • n/a Attached Screenshots, Payload Example
  • Unit, Integration Tests
  • n/a Documentation Updates (when adding/changing features)
  • Example App Updates (when adding/changing features)
  • Outline Remaining Work, Constraints from Design

@glennmatthews glennmatthews self-assigned this Apr 2, 2024
@glennmatthews glennmatthews added the emergent Unplanned work that is brought into a sprint after it's started. label Apr 2, 2024
changes/5521.dependencies Outdated Show resolved Hide resolved
@glennmatthews glennmatthews merged commit 5622dbe into develop Apr 8, 2024
17 checks passed
@glennmatthews glennmatthews deleted the u/glennmatthews-dependency-megaupdates branch April 8, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
emergent Unplanned work that is brought into a sprint after it's started.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants