Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 26 updates#336

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/minor-and-patch-099ed1e11b
Open

build(deps): bump the minor-and-patch group across 1 directory with 26 updates#336
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/minor-and-patch-099ed1e11b

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

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

Package From To
boto3 1.39.9 1.42.51
botocore-stubs 1.38.46 1.42.41
celery 5.5.3 5.6.2
django-bootstrap5 26.1 26.2
django-browser-reload 1.18.0 1.21.0
django-click 2.4.1 2.5.0
django-cors-headers 4.7.0 4.9.0
django-markdownify 0.9.5 0.9.6
django-oauth-toolkit 3.0.1 3.2.0
redis 7.1.0 7.2.0
social-auth-core 4.7.0 4.8.5
rich 14.0.0 14.3.2
faker 40.1.2 40.4.0
pytest-django 4.11.1 4.12.0
icecream 2.1.5 2.1.10
pytest-sugar 1.0.0 1.1.1
freezegun 1.5.3 1.5.5
mkdocs-git-revision-date-localized-plugin 1.4.7 1.5.1
mkdocs-glightbox 0.4.0 0.5.2
mkdocs-material 9.6.15 9.7.1
mkdocs-macros-plugin 1.3.7 1.5.0
django-test-plus 2.3.0 2.4.1
pgcli 4.3.0 4.4.0
social-auth-app-django 5.6.0 5.7.0
ruff 0.14.14 0.15.1
pytest-md-report 0.6.3 0.7.0

Updates boto3 from 1.39.9 to 1.42.51

Commits
  • bf41321 Merge branch 'release-1.42.51'
  • 30f0bd3 Bumping version to 1.42.51
  • 2680dc2 Add changelog entries from botocore
  • c759de5 Remove Shortbread domain override for docs.aws.amazon.com migration (#4721)
  • 330f2f8 Merge branch 'release-1.42.50'
  • ac71c36 Merge branch 'release-1.42.50' into develop
  • 064bae6 Bumping version to 1.42.50
  • ba768cc Add changelog entries from botocore
  • 5afca39 Merge branch 'release-1.42.49'
  • bcc5547 Merge branch 'release-1.42.49' into develop
  • Additional commits viewable in compare view

Updates botocore-stubs from 1.38.46 to 1.42.41

Commits

Updates celery from 5.5.3 to 5.6.2

Release notes

Sourced from celery's releases.

v5.6.2

What's Changed

New Contributors

Full Changelog: celery/celery@v5.6.1...v5.6.2

v5.6.1

What's Changed

New Contributors

Full Changelog: celery/celery@v5.6.0...v5.6.1

v5.6.0

Celery v5.6.0 is now available.

Key Highlights

See What's new in Celery 5.6 for a complete overview or read the main highlights below.

Python 3.9 Minimum Version

Celery 5.6.0 drops support for Python 3.8 (EOL). The minimum required Python version is now 3.9. Users still on Python 3.8 must upgrade their Python version before upgrading to Celery 5.6.0.

Additionally, this release includes initial support for Python 3.14.

SQS: Reverted to pycurl from urllib3

The switch from pycurl to urllib3 for the SQS transport (introduced in Celery 5.5.0 via Kombu) has been reverted due to critical issues affecting SQS users.

... (truncated)

Changelog

Sourced from celery's changelog.

5.6.2

:release-date: 2026-01-04 :release-by: Tomer Nosrati

What's Changed


- Fix recursive WorkController instantiation in DjangoWorkerFixup + AttributeError when pool_cls is a string ([#10045](https://github.com/celery/celery/issues/10045))
- Bugfix: Revoked tasks now immediately update backend status to REVOKED ([#9869](https://github.com/celery/celery/issues/9869))
- Prepare for release: v5.6.2 ([#10049](https://github.com/celery/celery/issues/10049))

.. _version-5.6.1:

5.6.1

:release-date: 2025-12-29 :release-by: Tomer Nosrati

What's Changed

  • Fix Redis Sentinel ACL authentication support (#10013)
  • Fix: Broker heartbeats not sent during graceful shutdown (#9986)
  • docs #5410 -- Document confirm_publish broker transport option (#10016)
  • close DB pools only in prefork mode (#10020)
  • Fix: Avoid unnecessary Django database connection creation during cleanup (#10015)
  • reliable prefork detection (#10023)
  • better coverage (#10029)
  • Docs: clarify result_extended vs periodic task metadata and show headers["periodic_task_name"] example (#10030)
  • Stop importing pytest_subtests (#10032)
  • Only use exceptiongroup backport for Python < 3.11 (#10033)
  • Prepare for release: v5.6.1 (#10037)

.. _version-5.6.0:

5.6.0

:release-date: 2025-11-30 :release-by: Tomer Nosrati

Celery v5.6.0 is now available.

Key Highlights


See :ref:`whatsnew-5.6` for a complete overview or read the main highlights below.
</tr></table> 

... (truncated)

Commits
  • 6a43c84 Prepare for release: v5.6.2 (#10049)
  • 333a82f Bugfix: Revoked tasks now immediately update backend status to REVOKED (#9869)
  • 9d6ab11 Fix recursive WorkController instantiation in DjangoWorkerFixup + AttributeEr...
  • 21dbc73 Prepare for release: v5.6.1 (#10037)
  • ba20bed Only use exceptiongroup backport for Python < 3.11 (#10033)
  • 2167529 Stop importing pytest_subtests
  • 0527296 Bump google-cloud-firestore from 2.21.0 to 2.22.0
  • 5f8659b Clarify 'result_extended' setting usage in tasks
  • f19db70 Bump mypy from 1.19.0 to 1.19.1 (#10028)
  • 6da72bd better coverage (#10029)
  • Additional commits viewable in compare view

Updates django-bootstrap5 from 26.1 to 26.2

Changelog

Sourced from django-bootstrap5's changelog.

26.2 (2026-02-08)

  • Add size parameter support for RadioSelectButtonGroup widget (#789, thanks sgordon16)
  • Fix FieldRenderer label_html function returning unsafe html (#805, thanks @​lyndonscotthumphris)
  • Add extra_classes to pagination tag (#765).
Commits

Updates django-browser-reload from 1.18.0 to 1.21.0

Changelog

Sourced from django-browser-reload's changelog.

1.21.0 (2025-09-22)

  • Add Content Security Policy (CSP) nonce support to the listener script tag, in both the middleware and the Jinja template tag.

    PR [#340](https://github.com/adamchainz/django-browser-reload/issues/340) <https://github.com/adamchainz/django-browser-reload/pull/340>__.

1.20.0 (2025-09-18)

  • Support Django 6.0.

1.19.0 (2025-09-08)

  • Support Python 3.14.

  • Support the django-jinja template backend.

    Thanks to Jake Howard in PR [#309](https://github.com/adamchainz/django-browser-reload/issues/309) <https://github.com/adamchainz/django-browser-reload/pull/309>__.

Commits

Updates django-click from 2.4.1 to 2.5.0

Release notes

Sourced from django-click's releases.

2.5.0

What's Changed

New Contributors

Full Changelog: django-commons/django-click@2.4.1...v2.5.0

Commits
  • 2e9918d Improve readme (#70)
  • 2f7d2ee migrate to pyproject.toml
  • f4863a3 Merge pull request #65 from ulgens/drop-django5.0-eol
  • b71cd0d Drop support for Django 5.0 (EOL)
  • 9c4add4 Merge pull request #64 from ulgens/new-django-support
  • e8302fc Merge pull request #68 from django-commons/remove-redundant-dependencies
  • 967966b Remove redundant linter packages
  • 7eec0fe Remove redundant automation packages
  • 8f63377 Add support for Django 5.2, 6.0, and the main branch
  • 86c0f1a Merge pull request #66 from ulgens/django-trove
  • Additional commits viewable in compare view

Updates django-cors-headers from 4.7.0 to 4.9.0

Changelog

Sourced from django-cors-headers's changelog.

4.9.0 (2025-09-18)

  • Support Django 6.0.

4.8.0 (2025-09-08)

  • Support Python 3.14.
Commits

Updates django-markdownify from 0.9.5 to 0.9.6

Commits
  • f40a6fa Fix setup.py
  • f62366f Merge pull request #67 from erwinmatijsen/v0.9.6
  • 0c9e888 Update dependencies, drop support for Python 3.6
  • fd9cb8b Merge pull request #65 from erwinmatijsen/dependabot/pip/docs/source/urllib3-...
  • fc96118 Bump urllib3 from 2.3.0 to 2.6.0 in /docs/source
  • b2bce15 Merge pull request #62 from erwinmatijsen/docs
  • 45c98e5 Update docs requirements
  • 81a1828 Merge branch 'main' of github.com:erwinmatijsen/django-markdownify
  • 78f618f Update certifi
  • df0370b Merge pull request #59 from erwinmatijsen/gh-56
  • Additional commits viewable in compare view

Updates django-oauth-toolkit from 3.0.1 to 3.2.0

Release notes

Sourced from django-oauth-toolkit's releases.

Release 3.2.0

[3.2.0] - 2025-11-13

Added

  • Support for Django 5.2
  • Support for Python 3.14 (Django >= 5.2.8)
  • #1539 Add device authorization grant support
  • #1630 use token_checksum for lookup in _get_token_from_authentication_server

Fixed

  • #1252 Fix crash when 'client' is in token request body
  • #1496 Fix error when Bearer token string is empty but preceded by Bearer keyword.

Release 3.1.0

NOTE: This is the first release under the new django-oauth organization. The project moved in order to be more independent and to bypass quota limits on parallel CI jobs we were encountering in Jazzband. The project will emulateDjango Commons going forward in it's operation. We're always on the look for willing maintainers and contributors. Feel free to start participating any time. PR's are always welcome.

Added

  • #1506 Support for Wildcard Origin and Redirect URIs - Adds a new setting ALLOW_URL_WILDCARDS. This feature is useful for working with CI service such as cloudflare, netlify, and vercel that offer branch deployments for development previews and user acceptance testing.
  • #1586 Turkish language support added

Changed

The project is now hosted in the django-oauth organization.

Fixed

  • #1517 OP prompts for logout when no OP session
  • #1512 client_secret not marked sensitive
  • #1521 Fix 0012 migration loading access token table into memory
  • #1584 Fix IDP container in docker compose environment could not find templates and static files.
  • #1562 Fix: Handle AttributeError in IntrospectTokenView
  • #1583 Fix: Missing pt_BR translations
Changelog

Sourced from django-oauth-toolkit's changelog.

[3.2.0] - 2025-11-13

Added

  • Support for Django 5.2
  • Support for Python 3.14 (Django >= 5.2.8)
  • #1539 Add device authorization grant support

Fixed

  • #1252 Fix crash when 'client' is in token request body
  • #1496 Fix error when Bearer token string is empty but preceded by Bearer keyword.
  • #1630 use token_checksum for lookup in _get_token_from_authentication_server

[3.1.0] - 2025-10-03

NOTE: This is the first release under the new django-oauth organization. The project moved in order to be more independent and to bypass quota limits on parallel CI jobs we were encountering in Jazzband. The project will emulate Django Commons going forward in it's operation. We're always on the lookout for willing maintainers and contributors. Feel free to start participating any time. PR's are always welcome.

Added

  • #1506 Support for Wildcard Origin and Redirect URIs - Adds a new setting ALLOW_URL_WILDCARDS. This feature is useful for working with CI service such as cloudflare, netlify, and vercel that offer branch deployments for development previews and user acceptance testing.
  • #1586 Turkish language support added

Changed

The project is now hosted in the django-oauth organization.

Fixed

  • #1517 OP prompts for logout when no OP session
  • #1512 client_secret not marked sensitive
  • #1521 Fix 0012 migration loading access token table into memory
  • #1584 Fix IDP container in docker compose environment could not find templates and static files.
  • #1562 Fix: Handle AttributeError in IntrospectTokenView
  • #1583 Fix: Missing pt_BR translations
Commits
  • 66c0cf0 chore: Release 3.2.0 (#1622)
  • b8f4d5b fix: use token_checksum for lookup in _get_token_from_authentication_server (...
  • 3197955 fix python version to allow 3.14.* (anything <3.15) (#1631)
  • 94dd076 FIX reStructuredText syntax. (#1618)
  • bade920 Fixed Handled error in OAuth2ExtraTokenMiddleware when authheader has `Bearer...
  • 2cc2b60 fix: token request throws an error when client is provided in body (#1252)
  • 87fef47 feat: Add device authorization grant (device code flow - rfc 8628) (#1539)
  • 01dfd06 chore: ignore *.orig (#1615)
  • 6863d82 chore: defer codecov notify until all jobs done (#1616)
  • ef7ca6d chore: defer codecov notify until all jobs done (#1614)
  • Additional commits viewable in compare view

Updates redis from 7.1.0 to 7.2.0

Release notes

Sourced from redis's releases.

7.2.0

Changes

Redis 8.6 Support Added support for Redis 8.6, including new commands and features for streams idempotent production and HOTKEYS.

Smart Client Handoff (Maintenance Notifications) for Cluster note: Pending a Redis Enterprise version release

This release introduces comprehensive support for Redis Enterprise Cluster maintenance notifications via SMIGRATING/SMIGRATED push notifications. The client now automatically handles slot migrations by:

Relaxing timeouts during migration (SMIGRATING) to prevent false failures Triggering cluster state reloads upon completion (SMIGRATED) Enabling seamless operations during Redis Enterprise maintenance windows

OpenTelemetry Native Metrics Support Added comprehensive OpenTelemetry metrics support following the OpenTelemetry Database Client Semantic Conventions. Metric groups include:

  • Command metrics: Operation duration with retry tracking
  • Connection basic: Connection count and creation time
  • Resiliency: Errors, handoffs, timeout relaxation
  • Connection advanced: Wait time and use time
  • Pubsub metrics: Published and received messages
  • Stream metrics: Processing duration and maintenance notifications

🚀 New Features

  • Added OTel instrumentation and metrics export for sync client (#3954)
  • Add maintenance notifications support for OSS API cluster clients (#3946)
  • Adding hotkeys commands support. (#3924)
  • Adds support for the new Idempotent Producers feature in Redis 8.6 (#3926)
  • Adding support for vrange command. (#3927)
  • Added a local digest command to the client to execute the XXH3 locally… (#3884)
  • Add DriverInfo class for upstream driver tracking (#3880)
  • Add ssl_password support to async Redis client (#3878)
  • Add ssl_ca_path support to async Redis client (#3879)

⚠️ Deprecations

  • Adding special handling of client_tracking_on and client_tracking_off for cluster clients. Marking those two functions as deprecated for cluster - embedded client-side caching feature should be used instead. (#3858)

🐛 Bug Fixes

  • Fix handling of circular MOVED redirects in cluster slot mapping (#3899)
  • fix(asyncio): prevent deadlock when Lock.release() is cancelled (#3900)
  • Fix unrecoverable connection state (#3905)
  • Fixed potential race condition between call_later() and run_forever() (#3897)
  • Fix RuntimeError in ClusterPubSub sharded message generator (#3889)
  • Fix async connection pool lock contention during connection establishment (#3885)
  • Fix PubSub client health check handling for sync client implementation (#3870)
  • Adding retries for the overall connect - socket connect + handshake. Fix for pubsub reconnect issues. (#3863)
  • Adding special handling of client_tracking_on and client_tracking_off for cluster clients. Marking those two functions as deprecated for cluster - embedded client-side caching feature should be used instead. (#3858)
  • #3618 Fix client-side cache invalidation for mixed str and bytes Redis keys (#3766)

... (truncated)

Commits
  • 915e8b4 Updating server version to 7.2.0
  • b41e47d Added OTel instrumentation and metrics export for sync client (#3954)
  • 9c8ad16 Fix type hints for spop and srandmember methods (#3943)
  • 34c73c7 Add maintenance notifications support for OSS API cluster clients (#3946)
  • 24974fe Renamed initial health check policies and unhealthy database argument (#3949)
  • 3d6b571 Reorganize pipeline actions (#3951)
  • 877d7a2 Disabled SCH in MultiDBClient underlying clients (#3938)
  • 9ac9ee6 Adding hotkeys commands support. (#3924)
  • 65623b7 Extending the tests to validate more supported scorers for hybrid search. Add...
  • 2b2f2cf Adds support for the new Idempotent Producers feature in Redis 8.6 (#3926)
  • Additional commits viewable in compare view

Updates social-auth-core from 4.7.0 to 4.8.5

Release notes

Sourced from social-auth-core's releases.

Release 4.8.5

Changed

  • Fixed partial pipeline handling for unauthenticated users

Donations

This project welcomes donations to make the development sustainable. The following platforms are available for funding Python Social Auth:

Release 4.8.4

Changed

  • Improved type annotations
  • Code cleanups
  • Improved error handling in SAML

Added

  • Add Azure AD(Entra ID) federated client assertion support (FIC)

Donations

This project welcomes donations to make the development sustainable. The following platforms are available for funding Python Social Auth:

Release 4.8.3

Changed

  • Added registry to configure default strategy

Donations

This project welcomes donations to make the development sustainable. The following platforms are available for funding Python Social Auth:

Release 4.8.2

Changed

  • The timeout parameter can be again configured
  • Refactored HTTP authentication code
  • Loosened some type checks for better downstream compatibility
  • ID_KEY is now configurable
  • Improved token expiry validation

... (truncated)

Changelog

Sourced from social-auth-core's changelog.

4.8.5 - 2026-02-10

Changed

  • Fixed partial pipeline handling for unauthenticated users

4.8.4 - 2026-02-10

Changed

  • Improved type annotations
  • Code cleanups
  • Improved error handling in SAML

Added

  • Add Azure AD(Entra ID) federated client assertion support (FIC)

4.8.3 - 2025-12-18

Changed

  • Added registry to configured default strategy

4.8.2 - 2025-12-18

Changed

  • The timeout parameter can be again configured
  • Refactored HTTP authentication code
  • Loosened some type checks for better downstream compatibility
  • ID_KEY is now configurable
  • Improved token expiry validation
  • Additional OIDC parameters are now supported
  • Improved refresh token logic
  • Extended type annotations
  • String RelayState in SAML is again supported
  • Better handle OpenID exceptions

Removed

  • itembase backend
  • nk backend
  • OAuth1 backend for Yahoo
  • Do you see more backends where matching service is no longer available? Tell us to help identify unused code.

4.8.1 - 2025-10-09

Changed

... (truncated)

Commits
  • ce4448b fix: authentication pipeline returning wrong user
  • cd1cf47 chore: release 4.8.4
  • 21af6ea Replace 1024-bit RSA test key with 2048-bit key to eliminate InsecureKeyLengt...
  • 0812ceb chore: simplify azure testing (#1563)
  • f9f9524 chore: remove unused variables
  • 2287ed1 fix(deps): update dependency coverage to v7.13.4 (#1562)
  • 1822c4f feat: Add Azure AD(Entra ID) federated client assertion support (FIC) (#1553)
  • 3bcfb46 chore(deps): update astral-sh/setup-uv action to v7.3.0 (#1561)
  • d68dec7 chore(deps): update dependency astral-sh/uv to v0.10.0 (#1560)
  • fddbd24 chore(deps): update github/codeql-action digest to 45cbd0c (#1559)
  • Additional commits viewable in compare view

Updates rich from 14.0.0 to 14.3.2

Release notes

Sourced from rich's releases.

The ZWJy release

A fix for cell_len edge cases

[14.3.2] - 2026-02-01

Fixed

The Nerdy Fix release

Fixed issue with characters outside of unicode range reporting 0 cell size

[14.3.1] - 2026-01-24

Fixed

The more emojis release

Rich now has support for multi-codepoint emojis. There have also been some Markdown improvements, and a number of fixes. See the release notes below for details.

[14.3.0] - 2026-01-24

Fixed

Added

Changed

The Easy as Pi release

This release bumps Python compatibility to the just-released Python 3.14.

... (truncated)

Changelog

Sourced from rich's changelog.

[14.3.2] - 2026-02-01

Fixed

[14.3.1] - 2026-01-24

Fixed

[14.3.0] - 2026-01-24

Fixed

Added

Changed

[14.2.0] - 2025-10-09

Changed

Fixed

  • Fixed exception when calling inspect on objects with unusual __qualname__ attribute Textualize/rich#3894

[14.1.0] - 2025-06-25

... (truncated)

Commits

…6 updates

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

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.39.9` | `1.42.51` |
| [botocore-stubs](https://github.com/youtype/botocore-stubs) | `1.38.46` | `1.42.41` |
| [celery](https://github.com/celery/celery) | `5.5.3` | `5.6.2` |
| [django-bootstrap5](https://github.com/zostera/django-bootstrap5) | `26.1` | `26.2` |
| [django-browser-reload](https://github.com/adamchainz/django-browser-reload) | `1.18.0` | `1.21.0` |
| [django-click](https://github.com/django-commons/django-click) | `2.4.1` | `2.5.0` |
| [django-cors-headers](https://github.com/adamchainz/django-cors-headers) | `4.7.0` | `4.9.0` |
| [django-markdownify](https://github.com/erwinmatijsen/django-markdownify) | `0.9.5` | `0.9.6` |
| [django-oauth-toolkit](https://github.com/django-oauth/django-oauth-toolkit) | `3.0.1` | `3.2.0` |
| [redis](https://github.com/redis/redis-py) | `7.1.0` | `7.2.0` |
| [social-auth-core](https://github.com/python-social-auth/social-core) | `4.7.0` | `4.8.5` |
| [rich](https://github.com/Textualize/rich) | `14.0.0` | `14.3.2` |
| [faker](https://github.com/joke2k/faker) | `40.1.2` | `40.4.0` |
| [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.11.1` | `4.12.0` |
| [icecream](https://github.com/gruns/icecream) | `2.1.5` | `2.1.10` |
| [pytest-sugar](https://github.com/Teemu/pytest-sugar) | `1.0.0` | `1.1.1` |
| [freezegun](https://github.com/spulec/freezegun) | `1.5.3` | `1.5.5` |
| [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) | `1.4.7` | `1.5.1` |
| [mkdocs-glightbox](https://github.com/blueswen/mkdocs-glightbox) | `0.4.0` | `0.5.2` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.15` | `9.7.1` |
| [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.3.7` | `1.5.0` |
| [django-test-plus](https://github.com/revsys/django-test-plus) | `2.3.0` | `2.4.1` |
| [pgcli](https://github.com/dbcli/pgcli) | `4.3.0` | `4.4.0` |
| [social-auth-app-django](https://github.com/python-social-auth/social-app-django) | `5.6.0` | `5.7.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.14` | `0.15.1` |
| [pytest-md-report](https://github.com/thombashi/pytest-md-report) | `0.6.3` | `0.7.0` |



Updates `boto3` from 1.39.9 to 1.42.51
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.39.9...1.42.51)

Updates `botocore-stubs` from 1.38.46 to 1.42.41
- [Release notes](https://github.com/youtype/botocore-stubs/releases)
- [Commits](https://github.com/youtype/botocore-stubs/commits)

Updates `celery` from 5.5.3 to 5.6.2
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](celery/celery@v5.5.3...v5.6.2)

Updates `django-bootstrap5` from 26.1 to 26.2
- [Changelog](https://github.com/zostera/django-bootstrap5/blob/main/CHANGELOG.md)
- [Commits](zostera/django-bootstrap5@v26.1...v26.2)

Updates `django-browser-reload` from 1.18.0 to 1.21.0
- [Changelog](https://github.com/adamchainz/django-browser-reload/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/django-browser-reload@1.18.0...1.21.0)

Updates `django-click` from 2.4.1 to 2.5.0
- [Release notes](https://github.com/django-commons/django-click/releases)
- [Commits](django-commons/django-click@v2.4.1...2.5.0)

Updates `django-cors-headers` from 4.7.0 to 4.9.0
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/django-cors-headers@4.7.0...4.9.0)

Updates `django-markdownify` from 0.9.5 to 0.9.6
- [Commits](erwinmatijsen/django-markdownify@0.9.5...0.9.6)

Updates `django-oauth-toolkit` from 3.0.1 to 3.2.0
- [Release notes](https://github.com/django-oauth/django-oauth-toolkit/releases)
- [Changelog](https://github.com/django-oauth/django-oauth-toolkit/blob/master/CHANGELOG.md)
- [Commits](django-oauth/django-oauth-toolkit@3.0.1...3.2.0)

Updates `redis` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v7.1.0...v7.2.0)

Updates `social-auth-core` from 4.7.0 to 4.8.5
- [Release notes](https://github.com/python-social-auth/social-core/releases)
- [Changelog](https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md)
- [Commits](python-social-auth/social-core@4.7.0...4.8.5)

Updates `rich` from 14.0.0 to 14.3.2
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v14.0.0...v14.3.2)

Updates `faker` from 40.1.2 to 40.4.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.1.2...v40.4.0)

Updates `pytest-django` from 4.11.1 to 4.12.0
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst)
- [Commits](pytest-dev/pytest-django@v4.11.1...v4.12.0)

Updates `icecream` from 2.1.5 to 2.1.10
- [Release notes](https://github.com/gruns/icecream/releases)
- [Changelog](https://github.com/gruns/icecream/blob/master/changelog.txt)
- [Commits](gruns/icecream@v2.1.5...v2.1.10)

Updates `pytest-sugar` from 1.0.0 to 1.1.1
- [Release notes](https://github.com/Teemu/pytest-sugar/releases)
- [Changelog](https://github.com/Teemu/pytest-sugar/blob/main/CHANGES.rst)
- [Commits](Teemu/pytest-sugar@v1.0.0...v1.1.1)

Updates `freezegun` from 1.5.3 to 1.5.5
- [Release notes](https://github.com/spulec/freezegun/releases)
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG)
- [Commits](spulec/freezegun@1.5.3...1.5.5)

Updates `mkdocs-git-revision-date-localized-plugin` from 1.4.7 to 1.5.1
- [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
- [Commits](timvink/mkdocs-git-revision-date-localized-plugin@v1.4.7...v1.5.1)

Updates `mkdocs-glightbox` from 0.4.0 to 0.5.2
- [Release notes](https://github.com/blueswen/mkdocs-glightbox/releases)
- [Changelog](https://github.com/blueswen/mkdocs-glightbox/blob/main/CHANGELOG)
- [Commits](blueswen/mkdocs-glightbox@v0.4.0...v0.5.2)

Updates `mkdocs-material` from 9.6.15 to 9.7.1
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.6.15...9.7.1)

Updates `mkdocs-macros-plugin` from 1.3.7 to 1.5.0
- [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases)
- [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md)
- [Commits](fralau/mkdocs-macros-plugin@v1.3.7...v1.5.0)

Updates `django-test-plus` from 2.3.0 to 2.4.1
- [Changelog](https://github.com/revsys/django-test-plus/blob/main/CHANGELOG.md)
- [Commits](revsys/django-test-plus@v2.3.0...2.4.1)

Updates `pgcli` from 4.3.0 to 4.4.0
- [Changelog](https://github.com/dbcli/pgcli/blob/main/changelog.rst)
- [Commits](dbcli/pgcli@v4.3.0...v4.4.0)

Updates `social-auth-app-django` from 5.6.0 to 5.7.0
- [Release notes](https://github.com/python-social-auth/social-app-django/releases)
- [Changelog](https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md)
- [Commits](python-social-auth/social-app-django@5.6.0...5.7.0)

Updates `ruff` from 0.14.14 to 0.15.1
- [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.14.14...0.15.1)

Updates `pytest-md-report` from 0.6.3 to 0.7.0
- [Release notes](https://github.com/thombashi/pytest-md-report/releases)
- [Commits](thombashi/pytest-md-report@v0.6.3...v0.7.0)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.42.51
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: botocore-stubs
  dependency-version: 1.42.41
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: celery
  dependency-version: 5.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: django-bootstrap5
  dependency-version: '26.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: django-browser-reload
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: django-click
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: django-cors-headers
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: django-markdownify
  dependency-version: 0.9.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: django-oauth-toolkit
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: redis
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: social-auth-core
  dependency-version: 4.8.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rich
  dependency-version: 14.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: faker
  dependency-version: 40.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: pytest-django
  dependency-version: 4.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: icecream
  dependency-version: 2.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: pytest-sugar
  dependency-version: 1.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: freezegun
  dependency-version: 1.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: mkdocs-git-revision-date-localized-plugin
  dependency-version: 1.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mkdocs-glightbox
  dependency-version: 0.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mkdocs-material
  dependency-version: 9.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mkdocs-macros-plugin
  dependency-version: 1.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: django-test-plus
  dependency-version: 2.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: pgcli
  dependency-version: 4.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: social-auth-app-django
  dependency-version: 5.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ruff
  dependency-version: 0.15.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: pytest-md-report
  dependency-version: 0.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Feb 25, 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