Skip to content

Bump the minor-and-patch group across 1 directory with 5 updates#608

Open
dependabot[bot] wants to merge 1 commit into
productionfrom
dependabot/uv/minor-and-patch-a59fc3a8fa
Open

Bump the minor-and-patch group across 1 directory with 5 updates#608
dependabot[bot] wants to merge 1 commit into
productionfrom
dependabot/uv/minor-and-patch-a59fc3a8fa

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 5 updates in the / directory:

Package From To
django 6.0.6 6.0.7
django-maintenance-mode 0.22.0 0.23.0
sentry-sdk 2.64.0 2.65.0
uvicorn 0.49.0 0.51.0
ruff 0.15.20 0.15.22

Updates django from 6.0.6 to 6.0.7

Commits
  • 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.
  • Additional commits viewable in compare view

Updates django-maintenance-mode from 0.22.0 to 0.23.0

Release notes

Sourced from django-maintenance-mode's releases.

0.23.0

  • Add Python 3.14 and Django 6.0 support.
  • Add scheduled maintenance mode support: set_maintenance_mode(True, start=..., end=...) and manage.py maintenance_mode on --start ... --end ... (maintenance mode automatically activates/deactivates itself based on the scheduled datetimes). #64
    • Note for custom state backends consumers: get_value() now returns bool or dict (scheduled state), and the state file format is extended accordingly (running maintenance_mode off restores the plain bool format).
  • Add MAINTENANCE_MODE_LOGOUT_STAFF_USER and MAINTENANCE_MODE_LOGOUT_SUPERUSER settings to override the MAINTENANCE_MODE_LOGOUT_AUTHENTICATED_USER behavior for staff users and superusers (if None, default, they inherit the MAINTENANCE_MODE_LOGOUT_AUTHENTICATED_USER behavior). #191
  • Allow MAINTENANCE_MODE_RESPONSE_TYPE to be the path of a function that receives the request and returns the response type ("html" or "json"). #204
  • Add MAINTENANCE_MODE_GET_AUTHENTICATED_USER setting to support non-session authentication (eg. JWT / token authentication with django-rest-framework). #233
  • Improve middleware position docs. #251
Changelog

Sourced from django-maintenance-mode's changelog.

0.23.0 - 2026-07-13

  • Add Python 3.14 and Django 6.0 support.
  • Add scheduled maintenance mode support: set_maintenance_mode(True, start=..., end=...) and manage.py maintenance_mode on --start ... --end ... (maintenance mode automatically activates/deactivates itself based on the scheduled datetimes). #64
    • Note for custom state backends consumers: get_value() now returns bool or dict (scheduled state), and the state file format is extended accordingly (running maintenance_mode off restores the plain bool format).
  • Add MAINTENANCE_MODE_LOGOUT_STAFF_USER and MAINTENANCE_MODE_LOGOUT_SUPERUSER settings to override the MAINTENANCE_MODE_LOGOUT_AUTHENTICATED_USER behavior for staff users and superusers (if None, default, they inherit the MAINTENANCE_MODE_LOGOUT_AUTHENTICATED_USER behavior). #191
  • Allow MAINTENANCE_MODE_RESPONSE_TYPE to be the path of a function that receives the request and returns the response type ("html" or "json"). #204
  • Add MAINTENANCE_MODE_GET_AUTHENTICATED_USER setting to support non-session authentication (eg. JWT / token authentication with django-rest-framework). #233
  • Improve middleware position docs. #251
Commits
  • e5224cd Bump pre-commit hooks.
  • 1f7d2aa Update CHANGELOG and version.
  • bf27435 Tests refactoring.
  • 41dbe2e Add scheduled maintenance mode support: `set_maintenance_mode(True, start=......
  • 0bb823b Update README.md
  • 9df4ef8 Refactoring: add import_function utility function.
  • 25ec3f5 Add MAINTENANCE_MODE_GET_AUTHENTICATED_USER setting to support non-session ...
  • 8871542 Allow MAINTENANCE_MODE_RESPONSE_TYPE to be the path of a function that rece...
  • 62985bb Add MAINTENANCE_MODE_LOGOUT_STAFF_USER and `MAINTENANCE_MODE_LOGOUT_SUPERUS...
  • 995ec3f Improve middleware position docs. #251
  • Additional commits viewable in compare view

Updates sentry-sdk from 2.64.0 to 2.65.0

Release notes

Sourced from sentry-sdk's releases.

2.65.0

New Features ✨

Huey

Other

Bug Fixes 🐛

Tracing

Other

  • (django) Avoid ValueError in async middleware process_* hooks by @​r0ro in #6698
  • (scope) Drop None user attribute values in set_user by @​ericapisani in #6692
  • (starlette) Don't overwrite user set during request in AuthenticationMiddleware by @​ericapisani in #6760

Internal Changes 🔧

Changelog

Sourced from sentry-sdk's changelog.

2.65.0

New Features ✨

Huey

Other

Bug Fixes 🐛

Tracing

Other

  • (django) Avoid ValueError in async middleware process_* hooks by @​r0ro in #6698
  • (scope) Drop None user attribute values in set_user by @​ericapisani in #6692
  • (starlette) Don't overwrite user set during request in AuthenticationMiddleware by @​ericapisani in #6760

Internal Changes 🔧

Commits
  • 4cc6fda Update changelog
  • c0c115f release: 2.65.0
  • 153230e fix(tracing): Fix unsampled/deferred trace propagation in span streaming (#6757)
  • b25c05e test: Add required cache_write_tokens field (#6804)
  • ef9a569 fix(tracing): Set sentry.op to function in new trace decorator (#6796)
  • b9899f8 feat(huey): Set messaging.destination.name on consumer spans (#6779)
  • 2dcdd72 feat(huey): Set messaging.destination.name on producer spans (#6778)
  • a9f8fe6 feat(arq): Set messaging.destination.name on consumer spans (#6767)
  • 2088fc5 feat(rq): Set messaging.destination.name on consumer spans (#6774)
  • 70292ef feat(dramatiq): Set messaging.destination.name on consumer spans (#6776)
  • Additional commits viewable in compare view

Updates uvicorn from 0.49.0 to 0.51.0

Release notes

Sourced from uvicorn's releases.

Version 0.51.0

What's Changed

Full Changelog: Kludex/uvicorn@0.50.2...0.51.0

Version 0.50.1

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.50.0...0.50.1

Version 0.50.0

What's Changed

Full Changelog: Kludex/uvicorn@0.49.0...0.50.0

Changelog

Sourced from uvicorn's changelog.

0.51.0 (July 8, 2026)

Added

  • Restart workers one at a time on SIGHUP, bringing each replacement up before retiring the old worker, so reloads no longer drop requests (#3025)

Removed

  • Remove colorama from the standard extra (#3027)

0.50.2 (July 6, 2026)

Fixed

  • Require websockets>=13.0, which the default websockets-sansio implementation needs (#3021)

0.50.1 (July 6, 2026)

Fixed

  • Split comma-separated Sec-WebSocket-Protocol values in the websockets-sansio implementation (#3019)

0.50.0 (July 4, 2026)

If you use WebSockets, note that --ws auto now picks the websockets-sansio implementation. You shouldn't need it, but you can pin --ws websockets to get the deprecated legacy one back.

Changed

  • Exit with the dedicated code 3 on any startup failure: app loading, socket bind and lifespan startup errors previously exited with a mix of 0, 1 and 3 (#3001)
  • Stop the multiprocess supervisor when a worker exits with code 3 instead of restarting it forever (#3001)
  • Default --ws auto to websockets-sansio when websockets is installed (#2985)
  • Skip the eager app import in the parent process with --reload or --workers, fixing a memory regression introduced in 0.47.0 (#3012)
  • Build a fresh asgi scope dict per request (#2977)
  • Cache the asgi scope sub-dict per connection (#2976)
  • Avoid copying single-frame WebSocket payloads in websockets-sansio (#2983)
  • Memoize trusted host checks in ProxyHeadersMiddleware (#2970)
  • Replace click.style with an internal ANSI style helper (#2981)

Deprecated

  • Deprecate the legacy websockets implementation; use websockets-sansio or wsproto instead (#2985)
Commits
  • e4d0b05 Version 0.51.0 (#3028)
  • 944e43d Remove colorama from the standard extra (#3027)
  • 2e78770 Restart workers with overlap on SIGHUP for near-zero-downtime reloads (#3025)
  • a1b570c Version 0.50.2 (#3022)
  • 83c7da7 Require websockets>=13.0 for the default sansio implementation (#3021)
  • b4d0116 Version 0.50.1 (#3020)
  • 2a9151d Split comma-separated Sec-WebSocket-Protocol values in the websockets-sansi...
  • 1bf3ab4 Cover the excluded-directory branch in FileFilter with a direct test (#3014)
  • 837b5f9 Deflake multiprocess, reload, and signal supervisor tests (#2975)
  • 21d2c16 Version 0.50.0 (#3013)
  • Additional commits viewable in compare view

Updates ruff from 0.15.20 to 0.15.22

Release notes

Sourced from ruff's releases.

0.15.22

Release Notes

Released on 2026-07-16.

Preview features

  • [pycodestyle] Add an autofix for E402 (#22212)
  • [refurb] Allow subclassing builtins in stub files (FURB189) (#26812)
  • [ruff] Add rule to replace noqa comments with ruff:ignore (RUF105) (#26423)
  • [ruff] Add rule to use human-readable names in ruff:ignore comments (RUF106) (#26682)
  • [ruff] Add rule to use human-readable names in configuration selectors (RUF201) (#26772)

Bug fixes

  • [flake8-pyi] Fix false positive in __all__ (PYI053) (#26872)

Rule changes

  • [pylint] Ignore mutable type updates in redefined-loop-name (PLW2901) (#25733)

Performance

  • Avoid redundant lexer token bookkeeping (#26765)
  • Avoid redundant pending-indentation writes (#26774)
  • Avoid unnecessary identifier lookahead (#26525)
  • Reuse parser scratch buffers (#26798)

Documentation

  • Document argfile support (#26803)
  • [flake8-datetimez] Clarify naming guidance for datetime.today (DTZ002) (#26658)
  • [pycodestyle] Document E731 fix safety (#26847)
  • [ruff] Clarify intentional async contexts for unused-async (RUF029) (#26641)

Contributors

Install ruff 0.15.22

Install prebuilt binaries via shell script

</tr></table> 

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.22

Released on 2026-07-16.

Preview features

  • [pycodestyle] Add an autofix for E402 (#22212)
  • [refurb] Allow subclassing builtins in stub files (FURB189) (#26812)
  • [ruff] Add rule to replace noqa comments with ruff:ignore (RUF105) (#26423)
  • [ruff] Add rule to use human-readable names in ruff:ignore comments (RUF106) (#26682)
  • [ruff] Add rule to use human-readable names in configuration selectors (RUF201) (#26772)

Bug fixes

  • [flake8-pyi] Fix false positive in __all__ (PYI053) (#26872)

Rule changes

  • [pylint] Ignore mutable type updates in redefined-loop-name (PLW2901) (#25733)

Performance

  • Avoid redundant lexer token bookkeeping (#26765)
  • Avoid redundant pending-indentation writes (#26774)
  • Avoid unnecessary identifier lookahead (#26525)
  • Reuse parser scratch buffers (#26798)

Documentation

  • Document argfile support (#26803)
  • [flake8-datetimez] Clarify naming guidance for datetime.today (DTZ002) (#26658)
  • [pycodestyle] Document E731 fix safety (#26847)
  • [ruff] Clarify intentional async contexts for unused-async (RUF029) (#26641)

Contributors

0.15.21

Released on 2026-07-09.

Preview features

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants