Skip to content

chore(deps): bump the package-updates group across 1 directory with 11 updates#3765

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/package-updates-f0bfc0542a
Open

chore(deps): bump the package-updates group across 1 directory with 11 updates#3765
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/package-updates-f0bfc0542a

Conversation

@dependabot
Copy link
Contributor

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

Bumps the package-updates group with 11 updates in the / directory:

Package From To
django-health-check 3.20.8 4.0.0
django 5.2.11 6.0.2
markdown 3.10.1 3.10.2
sentry-sdk 2.51.0 2.52.0
redis 7.1.0 7.1.1
granian 2.7.0 2.7.1
commitizen 4.12.1 4.13.7
coverage 7.13.2 7.13.4
peek-python 26.0.5 26.1.1
pytest-django 4.11.1 4.12.0
ruff 0.14.14 0.15.1

Updates django-health-check from 3.20.8 to 4.0.0

Release notes

Sourced from django-health-check's releases.

4.0.0

What's Changed

New Contributors

Full Changelog: codingjoe/django-health-check@3.21.0...4.0.0

4.0rc8

What's Changed

Full Changelog: codingjoe/django-health-check@4.0rc7...4.0rc8

4.0rc7

What's Changed

... (truncated)

Commits
  • 0d2a31c Improve type hints (#628)
  • a315042 Skip documentation builds for pre-releases (#624)
  • b214a8a Add more psutil checks and move them to contrib (#621)
  • 142e065 Clarify GitHub enterprise region support (#619)
  • c984c59 Add community support link
  • 44d52e0 Add Slack & Matrix documentation
  • f99bc41 Simplify docs
  • c22d9cd Add GitHub and Sentry status pages
  • 895aa53 Add optional limit parameter to CeleryPingHealthCheck (#567)
  • 5854698 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates django from 5.2.11 to 6.0.2

Commits

Updates markdown from 3.10.1 to 3.10.2

Release notes

Sourced from markdown's releases.

Release 3.10.2

Fixed

  • Fix a regression related to comment handling (#1590).
  • More reliable fix for </ (#1593).
Changelog

Sourced from markdown's changelog.

[3.10.2] - 2026-02-09

Fixed

  • Fix a regression related to comment handling (#1590).
  • More reliable fix for </ (#1593).
Commits

Updates sentry-sdk from 2.51.0 to 2.52.0

Release notes

Sourced from sentry-sdk's releases.

2.52.0

New Features ✨

Other

Bug Fixes 🐛

Google Genai

Mcp

Other

Internal Changes 🔧

Fastmcp

Mcp

Other

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.52.0

New Features ✨

Other

Bug Fixes 🐛

Google Genai

Mcp

Other

Internal Changes 🔧

Fastmcp

Mcp

Other

... (truncated)

Commits

Updates redis from 7.1.0 to 7.1.1

Release notes

Sourced from redis's releases.

7.1.1

Changes

🧪 Experimental Features

  • Added initial health check policies, refactored add_database method (#3906)

🧰 Maintenance

  • Disabled SCH in MultiDBClient underlying clients by default (#3938)
  • Added logging for MultiDBClients (#3865 #3896)

We'd like to thank all the contributors who worked on this release! @​vladvildanov

Commits

Updates granian from 2.7.0 to 2.7.1

Release notes

Sourced from granian's releases.

Granian 2.7.1

Patch release

Changes since 2.7.0:

  • Fix websockets' handles cleanup on shutdown
    • This should fix an occasional runtime thread panic with the message Cannot drop pointer into Python heap without the thread being attached
  • Fix a bug in the ASGI protocol preventing apps to receive the websocket.disconnect event after server-initiated close (#801 by @​JaeHyuckSa)
    • This should fix some long-standing issues with Django channels
  • Review some lock holding strategy in PyFutureAwaitable callback dispatch (#802 by @​ColemanDunn)
  • Bump dependencies
Commits
  • 1a5a8c3 Review lock hold strategy in PyFutureAwaitable callback dispatch (#802)
  • d10a246 Ensure to send ASGI websocket.disconnect after server-initiated close (#801)
  • 6736727 Update external benchmark results (#795)
  • 6bcdadc Bump dependencies
  • 0062b6b Handle cleanup of ws tasks on shutdown (#803)
  • 11df933 Simplify release profile
  • feb7d9d Bump version to 2.7.1
  • See full diff in compare view

Updates commitizen from 4.12.1 to 4.13.7

Release notes

Sourced from commitizen's releases.

v4.13.7 (2026-02-09)

Fix

  • provider: use encoding settings in config (#1857)

[master dd972c93] bump: version 4.13.6 → 4.13.7 5 files changed, 10 insertions(+), 4 deletions(-)

v4.13.6 (2026-02-07)

Fix

  • bump: preserve existing changelog header when changelog_merge_prerelease is used with cz bump --changelog (#1850)

[master c130da3a] bump: version 4.13.5 → 4.13.6 5 files changed, 10 insertions(+), 4 deletions(-)

v4.13.5 (2026-02-05)

Fix

  • changelog: add incremental parameter to changelog generation (#1808)

[master 2cfb8c65] bump: version 4.13.4 → 4.13.5 5 files changed, 10 insertions(+), 4 deletions(-)

v4.13.4 (2026-02-04)

Fix

  • pre-commit-hooks: correct rev-range syntax in commitizen-branch (#1841)

[master a6db54ca] bump: version 4.13.3 → 4.13.4 5 files changed, 10 insertions(+), 4 deletions(-)

v4.13.3 (2026-02-04)

Refactor

  • version_schemes: shorten generate_prerelease (#1838)

[master 3e942711] bump: version 4.13.2 → 4.13.3 5 files changed, 10 insertions(+), 4 deletions(-)

v4.13.2 (2026-02-03)

Refactor

  • simplify code with pathlib Path object (#1840)

... (truncated)

Changelog

Sourced from commitizen's changelog.

v4.13.7 (2026-02-09)

Fix

  • provider: use encoding settings in config (#1857)

v4.13.6 (2026-02-07)

Fix

  • bump: preserve existing changelog header when changelog_merge_prerelease is used with cz bump --changelog (#1850)

v4.13.5 (2026-02-05)

Fix

  • changelog: add incremental parameter to changelog generation (#1808)

v4.13.4 (2026-02-04)

Fix

  • pre-commit-hooks: correct rev-range syntax in commitizen-branch (#1841)

v4.13.3 (2026-02-04)

Refactor

  • version_schemes: shorten generate_prerelease (#1838)

v4.13.2 (2026-02-03)

Refactor

  • simplify code with pathlib Path object (#1840)
  • tags: extract version resolution method (#1839)

v4.13.1 (2026-02-03)

Refactor

  • config: replace is_empty_config with contains_commitizen_section, improve multi config resolution algorithm (#1842)

v4.13.0 (2026-02-01)

Feat

  • bump: add --version-files-only and deprecate --files-only (#1802)
  • version: add --tag tag to version command (#1819)
  • cli: add description when choosing a commit rule (#1825)

... (truncated)

Commits
  • dd972c9 bump: version 4.13.6 → 4.13.7
  • 3b310af fix(provider): use encoding settings in config (#1857)
  • fbafcaf test: use pathlib utilities to shorten code (#1855)
  • a03739f test(test_deprecated): use pytest.mark.parametrize (#1851)
  • 573ffda test: add deprecated test back (#1852)
  • c130da3 bump: version 4.13.5 → 4.13.6
  • 4ed2653 fix(bump): preserve existing changelog header when `changelog_merge_prereleas...
  • 2cfb8c6 bump: version 4.13.4 → 4.13.5
  • 943cbd2 fix(changelog): add incremental parameter to changelog generation (#1808)
  • c9d8ece test: enable ruff rule PT (#1837)
  • Additional commits viewable in compare view

Updates coverage from 7.13.2 to 7.13.4

Changelog

Sourced from coverage's changelog.

Version 7.13.4 — 2026-02-09

  • Fix: the third-party code fix in 7.13.3 required examining the parent directories where coverage was run. In the unusual situation that one of the parent directories is unreadable, a PermissionError would occur, as described in issue 2129_. This is now fixed.

  • Fix: in test suites that change sys.path, coverage.py could fail with "RuntimeError: Set changed size during iteration" as described and fixed in pull 2130_. Thanks, Noah Fatsi.

  • We now publish ppc64le wheels, thanks to Pankhudi Jain <pull 2121_>_.

.. _pull 2121: coveragepy/coveragepy#2121 .. _issue 2129: coveragepy/coveragepy#2129 .. _pull 2130: coveragepy/coveragepy#2130

.. _changes_7-13-3:

Version 7.13.3 — 2026-02-03

  • Fix: in some situations, third-party code was measured when it shouldn't have been, slowing down test execution. This happened with layered virtual environments such as uv sometimes makes. The problem is fixed, closing issue 2082_. Now any directory on sys.path that is inside a virtualenv is considered third-party code.

.. _issue 2082: coveragepy/coveragepy#2082

.. _changes_7-13-2:

Commits

Updates peek-python from 26.0.5 to 26.1.1

Changelog

Sourced from peek-python's changelog.

version 26.1.1 2026-02-15

  • Internal change: via_module not longer required as frame is determined dynamically based on frame filenames.

version 26.1.0 2026-02-10

  • The peek decorator and context manager functionality is now combined in timer:

    • peek.as_decorator and peek.as_context_manager are now called simply called peek.timer:

      @peek.timer
      def mul2(x):
          return x * 2
      

      with peek.timer():
      ...

    • the attribute decorator is now called as_timer or at:

      @peek(as_timer=True):  # or @peek(at=True)
      def mul2(x):
          return x * 2
      
    • the attribute context_manager is now (also) called as_timer or at:

      with peek(as_timer=True):  # or with peek(at=True):
          ...
      
  • tests have been updated to check this new behaviour

version 26.0.6 2026-02-06

  • the show_traceback parameter can now also be an integer, depicting the maximum depth (comparable to the limit parameter of traceback.print_stack) (inspired by an issue reported by Michael Kleehammer)
  • the traceback now shows only the file name and not the full path anymore
  • tests have been updated to check this new behaviour
Commits

Updates pytest-django from 4.11.1 to 4.12.0

Changelog

Sourced from pytest-django's changelog.

v4.12.0 (2026-02-14)

Compatibility ^^^^^^^^^^^^^

  • Official Python 3.14 support.
  • Dropped support for Python 3.9, minimum version is now Python 3.10.
  • Official Django 6.0 support.

Improvements ^^^^^^^^^^^^

  • The :ref:multiple databases <multi-db> support added in v4.3.0 is no longer considered experimental.
  • Added :func:@pytest.mark.django_isolate_apps <pytest.mark.django_isolate_apps> for isolating Django's app registry in pytest tests, and a :fixture:django_isolated_apps fixture to access the isolated Apps registry instance if needed.
Commits
  • a2a9495 Release 4.12.0
  • 020bc23 tests: make sure access to default can also be blocked
  • bcefbe8 Add support for isolating apps in tests
  • 39c8dcc plugin: add a note why we reorder tests
  • 1830acd pyproject.toml: require pytest 9 for self tests, switch to native toml config...
  • f19da08 Fix the order of the test cases that use the live_server fixture
  • 92858ee docs: add pytest 9.0+ native TOML configuration format
  • 3f550d9 build(deps): bump hynek/build-and-inspect-python-package
  • 1f50dd2 Drop obsolete traces of Django 5.0 in CI
  • 247ec1c Fix PytestCollectionWarning for TestRunner class (#1259)
  • Additional commits viewable in compare view

Updates ruff from 0.14.14 to 0.15.1

Release notes

Sourced from ruff's releases.

0.15.1

Release Notes

Released on 2026-02-12.

Preview features

  • [airflow] Add ruff rules to catch deprecated Airflow imports for Airflow 3.1 (AIR321) (#22376)
  • [airflow] Third positional parameter not named ti_key should be flagged for BaseOperatorLink.get_link (AIR303) (#22828)
  • [flake8-gettext] Fix false negatives for plural argument of ngettext (INT001, INT002, INT003) (#21078)
  • [pyflakes] Fix infinite loop in preview fix for unused-import (F401) (#23038)
  • [pygrep-hooks] Detect non-existent mock methods in standalone expressions (PGH005) (#22830)
  • [pylint] Allow dunder submodules and improve diagnostic range (PLC2701) (#22804)
  • [pyupgrade] Improve diagnostic range for tuples (UP024) (#23013)
  • [refurb] Check subscripts in tuple do not use lambda parameters in reimplemented-operator (FURB118) (#23079)
  • [ruff] Detect mutable defaults in field calls (RUF008) (#23046)
  • [ruff] Ignore std cmath.inf (RUF069) (#23120)
  • [ruff] New rule float-equality-comparison (RUF069) (#20585)
  • Don't format unlabeled Markdown code blocks (#23106)
  • Markdown formatting support in LSP (#23063)
  • Support Quarto Markdown language markers (#22947)
  • Support formatting pycon Markdown code blocks (#23112)
  • Use extension mapping to select Markdown code block language (#22934)

Bug fixes

  • Avoid false positive for undefined variables in FAST001 (#23224)
  • Avoid introducing syntax errors for FAST003 autofix (#23227)
  • Avoid suggesting InitVar for __post_init__ that references PEP 695 type parameters (#23226)
  • Deduplicate type variables in generic functions (#23225)
  • Fix exception handler parenthesis removal for Python 3.14+ (#23126)
  • Fix f-string middle panic when parsing t-strings (#23232)
  • Wrap RUF020 target for multiline fixes (#23210)
  • Wrap UP007 target for multiline fixes (#23208)
  • Fix missing diagnostics for last range suppression in file (#23242)
  • [pyupgrade] Fix syntax error on string with newline escape and comment (UP037) (#22968)

Rule changes

  • Use ruff instead of Ruff as the program name in GitHub output format (#23240)
  • [PT006] Fix syntax error when unpacking nested tuples in parametrize fixes (#22441) (#22464)
  • [airflow] Catch deprecated attribute access from context key for Airflow 3.0 (AIR301) (#22850)
  • [airflow] Capture deprecated arguments and a decorator (AIR301) (#23170)
  • [flake8-boolean-trap] Add multiprocessing.Value to excluded functions for FBT003 (#23010)
  • [flake8-bugbear] Add a secondary annotation showing the previous occurrence (B033) (#22634)
  • [flake8-type-checking] Add sub-diagnostic showing the runtime use of an annotation (TC004) (#23091)
  • [isort] Support configurable import section heading comments (#23151)
  • [ruff] Improve the diagnostic for RUF012 (#23202)

Formatter

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.1

Released on 2026-02-12.

Preview features

  • [airflow] Add ruff rules to catch deprecated Airflow imports for Airflow 3.1 (AIR321) (#22376)
  • [airflow] Third positional parameter not named ti_key should be flagged for BaseOperatorLink.get_link (AIR303) (#22828)
  • [flake8-gettext] Fix false negatives for plural argument of ngettext (INT001, INT002, INT003) (#21078)
  • [pyflakes] Fix infinite loop in preview fix for unused-import (F401) (#23038)
  • [pygrep-hooks] Detect non-existent mock methods in standalone expressions (PGH005) (#22830)
  • [pylint] Allow dunder submodules and improve diagnostic range (PLC2701) (#22804)
  • [pyupgrade] Improve diagnostic range for tuples (UP024) (#23013)
  • [refurb] Check subscripts in tuple do not use lambda parameters in reimplemented-operator (FURB118) (#23079)
  • [ruff] Detect mutable defaults in field calls (RUF008) (#23046)
  • [ruff] Ignore std cmath.inf (RUF069) (#23120)
  • [ruff] New rule float-equality-comparison (RUF069) (#20585)
  • Don't format unlabeled Markdown code blocks (#23106)
  • Markdown formatting support in LSP (#23063)
  • Support Quarto Markdown language markers (#22947)
  • Support formatting pycon Markdown code blocks (#23112)
  • Use extension mapping to select Markdown code block language (#22934)

Bug fixes

  • Avoid false positive for undefined variables in FAST001 (#23224)
  • Avoid introducing syntax errors for FAST003 autofix (#23227)
  • Avoid suggesting InitVar for __post_init__ that references PEP 695 type parameters (#23226)
  • Deduplicate type variables in generic functions (#23225)
  • Fix exception handler parenthesis removal for Python 3.14+ (#23126)
  • Fix f-string middle panic when parsing t-strings (#23232)
  • Wrap RUF020 target for multiline fixes (#23210)
  • Wrap UP007 target for multiline fixes (#23208)
  • Fix missing diagnostics for last range suppression in file (#23242)
  • [pyupgrade] Fix syntax error on string with newline escape and comment (UP037) (#22968)

Rule changes

  • Use ruff instead of Ruff as the program name in GitHub output format (#23240)
  • [PT006] Fix syntax error when unpacking nested tuples in parametrize fixes (#22441) (#22464)
  • [airflow] Catch deprecated attribute access from context key for Airflow 3.0 (AI...

    Description has been truncated

…1 updates

Bumps the package-updates group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [django-health-check](https://github.com/codingjoe/django-health-check) | `3.20.8` | `4.0.0` |
| [django](https://github.com/django/django) | `5.2.11` | `6.0.2` |
| [markdown](https://github.com/Python-Markdown/markdown) | `3.10.1` | `3.10.2` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.51.0` | `2.52.0` |
| [redis](https://github.com/redis/redis-py) | `7.1.0` | `7.1.1` |
| [granian](https://github.com/emmett-framework/granian) | `2.7.0` | `2.7.1` |
| [commitizen](https://github.com/commitizen-tools/commitizen) | `4.12.1` | `4.13.7` |
| [coverage](https://github.com/coveragepy/coveragepy) | `7.13.2` | `7.13.4` |
| [peek-python](https://github.com/salabim/peek) | `26.0.5` | `26.1.1` |
| [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.11.1` | `4.12.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.14` | `0.15.1` |



Updates `django-health-check` from 3.20.8 to 4.0.0
- [Release notes](https://github.com/codingjoe/django-health-check/releases)
- [Commits](codingjoe/django-health-check@3.20.8...4.0.0)

Updates `django` from 5.2.11 to 6.0.2
- [Commits](django/django@5.2.11...6.0.2)

Updates `markdown` from 3.10.1 to 3.10.2
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
- [Commits](Python-Markdown/markdown@3.10.1...3.10.2)

Updates `sentry-sdk` from 2.51.0 to 2.52.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.51.0...2.52.0)

Updates `redis` from 7.1.0 to 7.1.1
- [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.1.1)

Updates `granian` from 2.7.0 to 2.7.1
- [Release notes](https://github.com/emmett-framework/granian/releases)
- [Commits](emmett-framework/granian@v2.7.0...v2.7.1)

Updates `commitizen` from 4.12.1 to 4.13.7
- [Release notes](https://github.com/commitizen-tools/commitizen/releases)
- [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md)
- [Commits](commitizen-tools/commitizen@v4.12.1...v4.13.7)

Updates `coverage` from 7.13.2 to 7.13.4
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.2...7.13.4)

Updates `peek-python` from 26.0.5 to 26.1.1
- [Changelog](https://github.com/salabim/peek/blob/main/changelog.md)
- [Commits](https://github.com/salabim/peek/commits)

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 `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)

---
updated-dependencies:
- dependency-name: django-health-check
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: package-updates
- dependency-name: django
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: package-updates
- dependency-name: markdown
  dependency-version: 3.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: package-updates
- dependency-name: sentry-sdk
  dependency-version: 2.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: package-updates
- dependency-name: redis
  dependency-version: 7.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: package-updates
- dependency-name: granian
  dependency-version: 2.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: package-updates
- dependency-name: commitizen
  dependency-version: 4.13.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: package-updates
- dependency-name: coverage
  dependency-version: 7.13.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: package-updates
- dependency-name: peek-python
  dependency-version: 26.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: package-updates
- dependency-name: pytest-django
  dependency-version: 4.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: package-updates
- dependency-name: ruff
  dependency-version: 0.15.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: package-updates
...

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 16, 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.

1 participant