Skip to content

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

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

chore(deps): bump the package-updates group across 1 directory with 7 updates#3763
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/package-updates-81f8b7e921

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
django-health-check 3.20.8 3.23.3
django 5.2.11 6.0.2
sentry-sdk 2.51.0 2.52.0
commitizen 4.12.1 4.13.5
coverage 7.13.2 7.13.3
peek-python 26.0.5 26.0.6
ruff 0.14.14 0.15.0

Updates django-health-check from 3.20.8 to 3.23.3

Release notes

Sourced from django-health-check's releases.

3.23.3

Full Changelog: codingjoe/django-health-check@3.23.2...3.23.3

3.23.2

What's Changed

Full Changelog: codingjoe/django-health-check@3.23.1...3.23.2

3.23.1

What's Changed

Full Changelog: codingjoe/django-health-check@3.23.0...3.23.1

3.23.0

What's Changed

Full Changelog: codingjoe/django-health-check@3.22.0...3.23.0

3.22.0

What's Changed

Full Changelog: codingjoe/django-health-check@3.21.1...3.22.0

3.21.1

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

3.21.0

Version 3.21

Changes

  • Resolve settings inconsistency (by removing them).
  • Simplify implementation to improve maintainability.
  • Deprecate and remove duplicate or outdated checks.

Motivation

Settings inconsistency has long been an issue of this package. Some use package dictionaries; some use single-value settings.

Over time this package has also accumulated a host of checks, some of which are outdated or similar or superior to others.

Migration Guide

... (truncated)

Commits
  • ea6fbff Fix migration command in migration guide
  • ca000be Fix HealthCheckView.as_view() returning None (#598)
  • afd598f Fix #592 -- Change as_view to a classmethod
  • 3b0d04e Deprecate APIs to prepare for v4's async checks (#589)
  • 12f0236 Redis client backport (#583)
  • bcb2858 Add migration step to drop obsolete tabler
  • 8948ab9 Add version support documentation about v3.31
  • ae94a27 Move configuration to views to remove settings (#551)
  • 9902414 [pre-commit.ci] pre-commit autoupdate
  • fcd2761 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates django from 5.2.11 to 6.0.2

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 commitizen from 4.12.1 to 4.13.5

Release notes

Sourced from commitizen's releases.

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)
  • tags: extract version resolution method (#1839)

[master 1230c7ac] bump: version 4.13.1 → 4.13.2 5 files changed, 11 insertions(+), 4 deletions(-)

v4.13.1 (2026-02-03)

Refactor

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

[master 36c196db] bump: version 4.13.0 → 4.13.1 5 files changed, 10 insertions(+), 4 deletions(-)

v4.13.0 (2026-02-01)

Feat

... (truncated)

Changelog

Sourced from commitizen's changelog.

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)
  • tags: enable version schemes with less than 3 components (#1705)

Fix

  • config: include pyproject.toml in multi config file warning (#1803)
  • add pytest ruff rule PT and fix missing deprecation warning (#1826)
  • message_length_limit: align the behavior of message_length_limit (#1813)
  • cli: capitalize the first characters of help texts and fix minor grammar errors

Refactor

  • replace hard-coded string "cz_conventional_commits" with DEFAULT_SETTINGS (#1830)

... (truncated)

Commits
  • 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)
  • a6db54c bump: version 4.13.3 → 4.13.4
  • 75266a6 fix(pre-commit-hooks): correct rev-range syntax in commitizen-branch (#1841)
  • 0032547 docs(cli/screenshots): update CLI screenshots
  • 14a4f0b ci(gen_cli_help_screenshots): refactor the script and add some TODOs (#1845)
  • 6ee9868 test: use pathlib utilities in tests (#1843)
  • 0ff19ba test: remove duplicated chdir fixture (#1844)
  • f504b56 bump: version 4.13.2 → 4.13.3
  • Additional commits viewable in compare view

Updates coverage from 7.13.2 to 7.13.3

Changelog

Sourced from coverage's changelog.

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
  • 6bf962f docs: sample HTML for 7.13.3
  • 9f2e54c docs: prep for 7.13.3
  • 6208c42 fix: find third-party packages in more locations. #2082
  • edb5016 refactor: make dataclass imports uniform
  • b05826a chore: bump actions/setup-python in the action-dependencies group (#2126)
  • b519e17 refactor: no need for ox_profile connection
  • 775f1cb build: remove pudb, I can install it if I need it
  • 0ccb1fe chore: make upgrade
  • e9e2a0e chore: bump actions/checkout in the action-dependencies group (#2122)
  • 77e1a04 chore: make upgrade
  • Additional commits viewable in compare view

Updates peek-python from 26.0.5 to 26.0.6

Changelog

Sourced from peek-python's changelog.

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 ruff from 0.14.14 to 0.15.0

Release notes

Sourced from ruff's releases.

0.15.0

Release Notes

Released on 2026-02-03.

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

  • Ruff now formats your code according to the 2026 style guide. See the formatter section below or in the blog post for a detailed list of changes.

  • The linter now supports block suppression comments. For example, to suppress N803 for all parameters in this function:

    # ruff: disable[N803]
    def foo(
        legacyArg1,
        legacyArg2,
        legacyArg3,
        legacyArg4,
    ): ...
    # ruff: enable[N803]

    See the documentation for more details.

  • The ruff:alpine Docker image is now based on Alpine 3.23 (up from 3.21).

  • The ruff:debian and ruff:debian-slim Docker images are now based on Debian 13 "Trixie" instead of Debian 12 "Bookworm."

  • Binaries for the ppc64 (64-bit big-endian PowerPC) architecture are no longer included in our releases. It should still be possible to build Ruff manually for this platform, if needed.

  • Ruff now resolves all extended configuration files before falling back on a default Python version.

Stabilization

The following rules have been stabilized and are no longer in preview:

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.0

Released on 2026-02-03.

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

  • Ruff now formats your code according to the 2026 style guide. See the formatter section below or in the blog post for a detailed list of changes.

  • The linter now supports block suppression comments. For example, to suppress N803 for all parameters in this function:

    # ruff: disable[N803]
    def foo(
        legacyArg1,
        legacyArg2,
        legacyArg3,
        legacyArg4,
    ): ...
    # ruff: enable[N803]

    See the documentation for more details.

  • The ruff:alpine Docker image is now based on Alpine 3.23 (up from 3.21).

  • The ruff:debian and ruff:debian-slim Docker images are now based on Debian 13 "Trixie" instead of Debian 12 "Bookworm."

  • Binaries for the ppc64 (64-bit big-endian PowerPC) architecture are no longer included in our releases. It should still be possible to build Ruff manually for this platform, if needed.

  • Ruff now resolves all extended configuration files before falling back on a default Python version.

Stabilization

The following rules have been stabilized and are no longer in preview:

... (truncated)

Commits

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

… updates

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

| Package | From | To |
| --- | --- | --- |
| [django-health-check](https://github.com/codingjoe/django-health-check) | `3.20.8` | `3.23.3` |
| [django](https://github.com/django/django) | `5.2.11` | `6.0.2` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.51.0` | `2.52.0` |
| [commitizen](https://github.com/commitizen-tools/commitizen) | `4.12.1` | `4.13.5` |
| [coverage](https://github.com/coveragepy/coveragepy) | `7.13.2` | `7.13.3` |
| [peek-python](https://github.com/salabim/peek) | `26.0.5` | `26.0.6` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.14` | `0.15.0` |



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

Updates `django` from 5.2.11 to 6.0.2
- [Commits](django/django@5.2.11...6.0.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 `commitizen` from 4.12.1 to 4.13.5
- [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.5)

Updates `coverage` from 7.13.2 to 7.13.3
- [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.3)

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

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

---
updated-dependencies:
- dependency-name: django-health-check
  dependency-version: 3.23.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: sentry-sdk
  dependency-version: 2.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: package-updates
- dependency-name: commitizen
  dependency-version: 4.13.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: package-updates
- dependency-name: coverage
  dependency-version: 7.13.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: package-updates
- dependency-name: peek-python
  dependency-version: 26.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: package-updates
- dependency-name: ruff
  dependency-version: 0.15.0
  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 5, 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