chore(deps): bump the package-updates group across 1 directory with 7 updates#3763
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump the package-updates group across 1 directory with 7 updates#3763dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
… 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>
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 package-updates group with 7 updates in the / directory:
3.20.83.23.35.2.116.0.22.51.02.52.04.12.14.13.57.13.27.13.326.0.526.0.60.14.140.15.0Updates
django-health-checkfrom 3.20.8 to 3.23.3Release notes
Sourced from django-health-check's releases.
... (truncated)
Commits
ea6fbffFix migration command in migration guideca000beFix HealthCheckView.as_view() returning None (#598)afd598fFix #592 -- Change as_view to a classmethod3b0d04eDeprecate APIs to prepare for v4's async checks (#589)12f0236Redis client backport (#583)bcb2858Add migration step to drop obsolete tabler8948ab9Add version support documentation about v3.31ae94a27Move configuration to views to remove settings (#551)9902414[pre-commit.ci] pre-commit autoupdatefcd2761[pre-commit.ci] pre-commit autoupdateUpdates
djangofrom 5.2.11 to 6.0.2Commits
ba00558[6.0.x] Bumped version for 6.0.2 release.259dff0[6.0.x] Refs CVE-2026-1312 -- Raised ValueError when FilteredRelation aliases...15e70cb[6.0.x] Fixed CVE-2026-1312 -- Protected order_by() from SQL injection via al...0c0f5c2[6.0.x] Fixed CVE-2026-1287 -- Protected against SQL injection in column alia...4b86ba5[6.0.x] Fixed CVE-2026-1285 -- Mitigated potential DoS in django.utils.text.T...8f77e73[6.0.x] Fixed CVE-2026-1207 -- Prevented SQL injections in RasterField lookup...972dbdd[6.0.x] Fixed CVE-2025-14550 -- Optimized repeated header parsing in ASGI req...d72cc3b[6.0.x] Fixed CVE-2025-13473 -- Standardized timing of check_password() in mo...d64ef24[6.0.x] Refs #36788 -- Added missing CSS selector for fieldsets in the admin.f9bfb52[6.0.x] Fixed #36788 -- Fixed horizontal form field alignment under <fieldset...Updates
sentry-sdkfrom 2.51.0 to 2.52.0Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
... (truncated)
Commits
bcec578Update CHANGELOG.md3d2154crelease: 2.52.03bb163afix(mcp): Nest MCP spans under HTTP transactions (#5292)bf0a683fix(mcp): Handle all awaitable return types (#5415)656a5c2Revert "feat(ai): Add original input length meta attribute (#5375)" (#5419)78eca96fix: Fix list attribute type (#5417)2ffa865ci: Fix lint step (#5418)d2b7d5efeat(integration): addgen_ai.conversation.idif available (#5307)11d68eefix(google-genai): Token reporting (#5404)78c6011fix(anthropic): Token reporting (#5403)Updates
commitizenfrom 4.12.1 to 4.13.5Release notes
Sourced from commitizen's releases.
... (truncated)
Changelog
Sourced from commitizen's changelog.
... (truncated)
Commits
2cfb8c6bump: version 4.13.4 → 4.13.5943cbd2fix(changelog): add incremental parameter to changelog generation (#1808)c9d8ecetest: enable ruff rule PT (#1837)a6db54cbump: version 4.13.3 → 4.13.475266a6fix(pre-commit-hooks): correct rev-range syntax in commitizen-branch (#1841)0032547docs(cli/screenshots): update CLI screenshots14a4f0bci(gen_cli_help_screenshots): refactor the script and add some TODOs (#1845)6ee9868test: use pathlib utilities in tests (#1843)0ff19batest: remove duplicated chdir fixture (#1844)f504b56bump: version 4.13.2 → 4.13.3Updates
coveragefrom 7.13.2 to 7.13.3Changelog
Sourced from coverage's changelog.
Commits
6bf962fdocs: sample HTML for 7.13.39f2e54cdocs: prep for 7.13.36208c42fix: find third-party packages in more locations. #2082edb5016refactor: make dataclass imports uniformb05826achore: bump actions/setup-python in the action-dependencies group (#2126)b519e17refactor: no need for ox_profile connection775f1cbbuild: remove pudb, I can install it if I need it0ccb1fechore: make upgradee9e2a0echore: bump actions/checkout in the action-dependencies group (#2122)77e1a04chore: make upgradeUpdates
peek-pythonfrom 26.0.5 to 26.0.6Changelog
Sourced from peek-python's changelog.
Commits
Updates
rufffrom 0.14.14 to 0.15.0Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
ce5f7b6Bump 0.15.0 (#23055)b4e40f5[ty] Fix__contains__to respect descriptors (#23056)848cb72[ty] Fix narrowing of nonlocal variables with conditional assignments (#22966)da7f33a[ty] Add a diagnostic forFinalwithout assignment (#23001)e65f9a6Document markdown formatting feature (#22990)c0c1b98Format markdown code blocks with line-by-line regex parse (#22996)9f8f3e1Allow positional-only params with defaults in method overrides (#23037)ef83810[ty] ecosystem-analyzer: Support bare git repositories (#23054)54dfee4Customize where thefix_titlesub-diagnostic appears (#23044)b5346072026 Ruff Formatter Style (#22735)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 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