Bump the pip-minor-patch group across 1 directory with 7 updates#610
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the pip-minor-patch group across 1 directory with 7 updates#610dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the pip-minor-patch group with 7 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `4.2.26` | `4.2.28` | | [django-types](https://github.com/sbdchd/django-types) | `0.22.0` | `0.23.0` | | [psycopg-binary](https://github.com/psycopg/psycopg) | `3.2.13` | `3.3.2` | | [psycopg](https://github.com/psycopg/psycopg) | `3.2.13` | `3.3.2` | | [boto3](https://github.com/boto/boto3) | `1.41.3` | `1.42.45` | | [pillow](https://github.com/python-pillow/Pillow) | `12.0.0` | `12.1.0` | | [pywebpush](https://github.com/web-push-libs/pywebpush) | `2.1.0` | `2.3.0` | Updates `django` from 4.2.26 to 4.2.28 - [Commits](django/django@4.2.26...4.2.28) Updates `django-types` from 0.22.0 to 0.23.0 - [Changelog](https://github.com/sbdchd/django-types/blob/main/CHANGELOG.md) - [Commits](https://github.com/sbdchd/django-types/commits) Updates `psycopg-binary` from 3.2.13 to 3.3.2 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.2.13...3.3.2) Updates `psycopg` from 3.2.13 to 3.3.2 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.2.13...3.3.2) Updates `boto3` from 1.41.3 to 1.42.45 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.41.3...1.42.45) Updates `pillow` from 12.0.0 to 12.1.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@12.0.0...12.1.0) Updates `pywebpush` from 2.1.0 to 2.3.0 - [Release notes](https://github.com/web-push-libs/pywebpush/releases) - [Changelog](https://github.com/web-push-libs/pywebpush/blob/main/CHANGELOG.md) - [Commits](https://github.com/web-push-libs/pywebpush/commits) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch - dependency-name: django-types dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: psycopg-binary dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: psycopg dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: boto3 dependency-version: 1.42.45 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: pillow dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: pywebpush dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps the pip-minor-patch group with 7 updates in the /backend directory:
4.2.264.2.280.22.00.23.03.2.133.3.23.2.133.3.21.41.31.42.4512.0.012.1.02.1.02.3.0Updates
djangofrom 4.2.26 to 4.2.28Commits
20c71f6[4.2.x] Bumped version for 4.2.28 release.881ff2c[4.2.x] Refs CVE-2026-1312 -- Raised ValueError when FilteredRelation aliases...90f5b10[4.2.x] Fixed CVE-2026-1312 -- Protected order_by() from SQL injection via al...f75f8f3[4.2.x] Fixed CVE-2026-1287 -- Protected against SQL injection in column alia...b40cfc6[4.2.x] Fixed CVE-2026-1285 -- Mitigated potential DoS in django.utils.text.T...a143631[4.2.x] Fixed CVE-2026-1207 -- Prevented SQL injections in RasterField lookup...f578acc[4.2.x] Fixed CVE-2025-14550 -- Optimized repeated header parsing in ASGI req...6dc2350[4.2.x] Fixed CVE-2025-13473 -- Standardized timing of check_password() in mo...a28c3c7[4.2.x] Refs #36499 -- Adjusted test_strip_tags to run on Python 3.8.4a439c6[4.2.x] Added stub release notes and release date for 4.2.28.Updates
django-typesfrom 0.22.0 to 0.23.0Commits
Updates
psycopg-binaryfrom 3.2.13 to 3.3.2Changelog
Sourced from psycopg-binary's changelog.
... (truncated)
Commits
bc9e7bdchore: bump psycopg package version to 3.3.23bcabb4Merge pull request #1231 from noirbee/fix/1230-adapter-get-dumper-race-condition08bfe00fix(adapters): avoid race condition when replacing class name with itself7be710efix: mark external libpq C functions as noexcept nogil6a24300docs: larger font for 3.3.0 release5a60a1echore: bump psycopg package version to 3.3.2.dev19bdd78cchore: bump psycopg package version to 3.3.14d27426Merge branch 'fix/server-cursor-iter'b9b82e8fix: fix iteration on server-side cursor2a75357fix: add test to verify iteration in server-side cursor brokenUpdates
psycopgfrom 3.2.13 to 3.3.2Changelog
Sourced from psycopg's changelog.
... (truncated)
Commits
bc9e7bdchore: bump psycopg package version to 3.3.23bcabb4Merge pull request #1231 from noirbee/fix/1230-adapter-get-dumper-race-condition08bfe00fix(adapters): avoid race condition when replacing class name with itself7be710efix: mark external libpq C functions as noexcept nogil6a24300docs: larger font for 3.3.0 release5a60a1echore: bump psycopg package version to 3.3.2.dev19bdd78cchore: bump psycopg package version to 3.3.14d27426Merge branch 'fix/server-cursor-iter'b9b82e8fix: fix iteration on server-side cursor2a75357fix: add test to verify iteration in server-side cursor brokenUpdates
boto3from 1.41.3 to 1.42.45Commits
15d296bMerge branch 'release-1.42.45'6978972Bumping version to 1.42.457bf7577Add changelog entries from botocore451ee66Merge branch 'release-1.42.44'0ed002dMerge branch 'release-1.42.44' into developeb28403Bumping version to 1.42.440b2df35Add changelog entries from botocore630ab63Merge branch 'release-1.42.43'1bfdbb3Merge branch 'release-1.42.43' into develop53542d4Bumping version to 1.42.43Updates
pillowfrom 12.0.0 to 12.1.0Release notes
Sourced from pillow's releases.
... (truncated)
Commits
46f45f612.1.0 version bumpc9ac097Simplify band splitting (#9291)3baedf2Deprecate getdata(), in favour of new get_flattened_data() (#9292)b51a036Specify APNG duration type when opening (#9368)8d08e31Add release notes for #9348 (#9369)432707eAdded release notes for #93482d58910Specify APNG duration type when opening8dee8ddAdd ImageFile context manager (#9367)b2d9bc3Support saving APNG float durations (#9365)f130c10Allow 1 mode images in MorphOp (#9348)Updates
pywebpushfrom 2.1.0 to 2.3.0Changelog
Sourced from pywebpush's changelog.
Commits
Most Recent Ignore Conditions Applied to This Pull Request
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions