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

chore(deps-dev): bump django from 4.2.4 to 4.2.5 #1702

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps django from 4.2.4 to 4.2.5.

Commits
  • b8b2f74 [4.2.x] Bumped version for 4.2.5 release.
  • 9c51b4d [4.2.x] Fixed CVE-2023-41164 -- Fixed potential DoS in django.utils.encoding....
  • acfb427 [4.2.x] Fixed #34803 -- Fixed queryset crash when filtering againts deeply ne...
  • 55a0b9c [4.2.x] Added stub release notes and release date for 4.2.5, 4.1.11, and 3.2.21.
  • 8e8c318 [4.2.x] Avoided counting exceptions in AsyncClient docs.
  • dcb9d7a [4.2.x] Improved formset docs by using a set instead of a list in the custom ...
  • f55b420 [4.2.x] Fixed #34781 -- Updated logging ref docs for django.server's request ...
  • 46b2b08 [4.2.x] Fixed #34779 -- Avoided unnecessary selection of non-nullable m2m fie...
  • d34db66 [4.2.x] Fixed #34773 -- Fixed syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAG...
  • a22aeef [4.2.x] Fixed #15799 -- Doc'd that Storage._open() should raise FileNotFoundE...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner September 4, 2023 21:39
@dependabot dependabot bot added the dependencies [auto] Pull requests that update 3rd party software libraries and requirements label Sep 4, 2023
@thekaveman
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/django-4.2.5 branch from 94a2b49 to 5d4dfef Compare September 5, 2023 15:50
Bumps [django](https://github.com/django/django) from 4.2.4 to 4.2.5.
- [Commits](django/django@4.2.4...4.2.5)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/django-4.2.5 branch from 5d4dfef to ef04a19 Compare September 5, 2023 15:51
@thekaveman thekaveman assigned thekaveman and unassigned thekaveman Sep 5, 2023
@thekaveman
Copy link
Member

@machikoyasuda can you please take this one, review the notes and make sure the update doesn't break anything locally?

@machikoyasuda
Copy link
Member

4.2.5 release notes:

https://docs.djangoproject.com/en/4.2/releases/4.2.5/

  • Django 4.2.5 fixes a security issue with severity “moderate” and several bugs in 4.2.4.
    CVE-2023-41164: Potential denial of service vulnerability in django.utils.encoding.uri_to_iri()

  • django.utils.encoding.uri_to_iri() was subject to potential denial of service attack via certain inputs with a very large number of Unicode characters.

Bugfixes

Fixed a regression in Django 4.2 that caused an incorrect validation of CheckConstraints on __isnull lookups against JSONField ([#34754](https://code.djangoproject.com/ticket/34754)).
Fixed a bug in Django 4.2 where the deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings were not synced with STORAGES ([#34773](https://code.djangoproject.com/ticket/34773)).
Fixed a regression in Django 4.2.2 that caused an unnecessary selection of a non-nullable ManyToManyField without a natural key during serialization ([#34779](https://code.djangoproject.com/ticket/34779)).
Fixed a regression in Django 4.2 that caused a crash of a queryset when filtering against deeply nested OuterRef() annotations ([#34803](https://code.djangoproject.com/ticket/34803)).

Deprecation warnings in the app:

/home/calitp/.local/lib/python3.10/site-packages/django/conf/__init__.py:267: RemovedInDjango50Warning: The USE_L10N setting is deprecated. Starting with Django 5.0, localized formatting of data will always be enabled. For example Django will display numbers and dates using the format of the current locale. warnings.warn(USE_L10N_DEPRECATED_MSG, RemovedInDjango50Warning) - The Benefits app has USE_L10N set to True.

@machikoyasuda machikoyasuda self-assigned this Sep 7, 2023
Copy link
Member

@machikoyasuda machikoyasuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Ran the app locally and ran thru app flows
  • Looked for any deprecation warnings
  • Read thru Changelog

@machikoyasuda machikoyasuda merged commit 38d9da8 into dev Sep 7, 2023
8 checks passed
@machikoyasuda machikoyasuda deleted the dependabot/pip/django-4.2.5 branch September 7, 2023 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies [auto] Pull requests that update 3rd party software libraries and requirements
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants