Bump the minor-and-patch group across 1 directory with 5 updates#608
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the minor-and-patch group across 1 directory with 5 updates#608dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the minor-and-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `6.0.6` | `6.0.7` | | [django-maintenance-mode](https://github.com/fabiocaccamo/django-maintenance-mode) | `0.22.0` | `0.23.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.64.0` | `2.65.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.49.0` | `0.51.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.20` | `0.15.22` | Updates `django` from 6.0.6 to 6.0.7 - [Commits](django/django@6.0.6...6.0.7) Updates `django-maintenance-mode` from 0.22.0 to 0.23.0 - [Release notes](https://github.com/fabiocaccamo/django-maintenance-mode/releases) - [Changelog](https://github.com/fabiocaccamo/django-maintenance-mode/blob/main/CHANGELOG.md) - [Commits](fabiocaccamo/django-maintenance-mode@0.22.0...0.23.0) Updates `sentry-sdk` from 2.64.0 to 2.65.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.64.0...2.65.0) Updates `uvicorn` from 0.49.0 to 0.51.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.49.0...0.51.0) Updates `ruff` from 0.15.20 to 0.15.22 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.20...0.15.22) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: django-maintenance-mode dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: sentry-sdk dependency-version: 2.65.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-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 minor-and-patch group with 5 updates in the / directory:
6.0.66.0.70.22.00.23.02.64.02.65.00.49.00.51.00.15.200.15.22Updates
djangofrom 6.0.6 to 6.0.7Commits
e2a4246[6.0.x] Bumped version for 6.0.7 release.a5de13f[6.0.x] Fixed CVE-2026-53878 -- Prevented newlines from being accepted in Dom...38dfbd2[6.0.x] Fixed CVE-2026-53877 -- Prevented heap buffer over-read when creating...64f9a2b[6.0.x] Fixed CVE-2026-48588 -- Prevented caching of responses that set cooki...c26957a[6.0.x] Fixed flatpages synopsis in docs.0b60f44[6.0.x] Added FILE_UPLOAD_DIRECTORY_PERMISSIONS to docs settings index.d928e30[6.0.x] Fixed #37172 -- Linked to upload handlers section in FILE_UPLOAD_* se...e18935c[6.0.x] Fixed #37158 -- Reordered the contribution checklist sections.490eb9c[6.0.x] Fixed document referenced in multiple toctrees warning in docs/intern...748a9b5[6.0.x] Fixed duplicate target name in docs/internals/howto-release-django.txt.Updates
django-maintenance-modefrom 0.22.0 to 0.23.0Release notes
Sourced from django-maintenance-mode's releases.
Changelog
Sourced from django-maintenance-mode's changelog.
Commits
e5224cdBumppre-commithooks.1f7d2aaUpdateCHANGELOGand version.bf27435Tests refactoring.41dbe2eAdd scheduled maintenance mode support: `set_maintenance_mode(True, start=......0bb823bUpdate README.md9df4ef8Refactoring: addimport_functionutility function.25ec3f5AddMAINTENANCE_MODE_GET_AUTHENTICATED_USERsetting to support non-session ...8871542AllowMAINTENANCE_MODE_RESPONSE_TYPEto be the path of a function that rece...62985bbAddMAINTENANCE_MODE_LOGOUT_STAFF_USERand `MAINTENANCE_MODE_LOGOUT_SUPERUS...995ec3fImprove middleware position docs. #251Updates
sentry-sdkfrom 2.64.0 to 2.65.0Release notes
Sourced from sentry-sdk's releases.
Changelog
Sourced from sentry-sdk's changelog.
Commits
4cc6fdaUpdate changelogc0c115frelease: 2.65.0153230efix(tracing): Fix unsampled/deferred trace propagation in span streaming (#6757)b25c05etest: Add requiredcache_write_tokensfield (#6804)ef9a569fix(tracing): Setsentry.opto function in new trace decorator (#6796)b9899f8feat(huey): Setmessaging.destination.nameon consumer spans (#6779)2dcdd72feat(huey): Setmessaging.destination.nameon producer spans (#6778)a9f8fe6feat(arq): Setmessaging.destination.nameon consumer spans (#6767)2088fc5feat(rq): Setmessaging.destination.nameon consumer spans (#6774)70292effeat(dramatiq): Setmessaging.destination.nameon consumer spans (#6776)Updates
uvicornfrom 0.49.0 to 0.51.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
e4d0b05Version 0.51.0 (#3028)944e43dRemove colorama from the standard extra (#3027)2e78770Restart workers with overlap on SIGHUP for near-zero-downtime reloads (#3025)a1b570cVersion 0.50.2 (#3022)83c7da7Require websockets>=13.0 for the default sansio implementation (#3021)b4d0116Version 0.50.1 (#3020)2a9151dSplit comma-separatedSec-WebSocket-Protocolvalues in the websockets-sansi...1bf3ab4Cover the excluded-directory branch inFileFilterwith a direct test (#3014)837b5f9Deflake multiprocess, reload, and signal supervisor tests (#2975)21d2c16Version 0.50.0 (#3013)Updates
rufffrom 0.15.20 to 0.15.22Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
0177a7eBump 0.15.22 (#26884)fe8ba85[pycodestyle] DocumentE731fix safety (#26847)f3cf7c8[ruff] Addrule-codes-in-selectors(RUF201) (#26772)d244fd7Document argfile support (#26803)f239758[flake8-pyi] Fix false positive in__all__(PYI053) (#26872)54acbcd[ty] SupportTypeVarTupleandUnpack(#25240)87fc38c[ty] Parallelize subtype hierarchy search (#26875)e454f91[ty] Share interned query keys across Salsa queries (#26794)6f361a7[ty] only collect expected types for files open in the editor (#25546)6d6b2b3[ty] Avoid allocations during Salsa interned lookups (#26877)You can trigger a rebase of this PR 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