langfuse-python icon indicating copy to clipboard operation
langfuse-python copied to clipboard

chore(deps-dev): bump pre-commit from 3.8.0 to 4.3.0

Open dependabot[bot] opened this issue 6 months ago • 0 comments

Bumps pre-commit from 3.8.0 to 4.3.0.

Release notes

Sourced from pre-commit's releases.

pre-commit v4.3.0

Features

pre-commit v4.2.0

Features

  • For language: python first attempt a versioned python executable for the default language version before consulting a potentially unversioned sys.executable.

Fixes

pre-commit v4.1.0

Features

Fixes

pre-commit v4.0.1

Fixes

pre-commit v4.0.0

Features

... (truncated)

Changelog

Sourced from pre-commit's changelog.

4.3.0 - 2025-08-09

Features

4.2.0 - 2025-03-18

Features

  • For language: python first attempt a versioned python executable for the default language version before consulting a potentially unversioned sys.executable.

Fixes

4.1.0 - 2025-01-20

Features

Fixes

4.0.1 - 2024-10-08

Fixes

  • Fix pre-commit migrate-config for unquoted deprecated stages names with purelib pyyaml.

... (truncated)

Commits
  • b74a22d v4.3.0
  • cc899de Merge pull request #3507 from bc-lee/dart-fix
  • 2a0bcea Downgrade Dart SDK version installed in the CI
  • f1cc7a4 Make Dart pre-commit hook compatible with the latest Dart SDKs
  • 72a3b71 Merge pull request #3504 from pre-commit/pre-commit-ci-update-config
  • c8925a4 [pre-commit.ci] pre-commit autoupdate
  • a5fe6c5 Merge pull request #3496 from ericphanson/eph/jl-startup
  • 6f1f433 Julia language: skip startup.jl file
  • c681721 Merge pull request #3499 from pre-commit/pre-commit-ci-update-config
  • 4fd4537 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

[!IMPORTANT] Bump pre-commit to >=3.2.2,<5.0.0 in pyproject.toml to include new features and fixes.

  • Dependencies:
    • Bump pre-commit version in pyproject.toml from ^3.2.2 to >=3.2.2,<5.0.0.
  • Features:
    • Support for rootless Docker in language: docker.
    • Avoid startup.jl in language: julia hooks.
    • Support latest Dart SDK versions in language: dart.
    • Improved Python version handling in language: python.
  • Fixes:
    • Handle conflict detection errors with files named "HEAD".
    • Disable automatic toolchain switching for language: golang.
    • Fix language: r installation issues with RStudio.
    • Fix pre-commit migrate-config for unquoted deprecated stage names.

This description was created by Ellipsis for 8426837816771eed5c657c0e0eafeefe7903dfc1. You can customize this summary. It will automatically update as commits are pushed.

Disclaimer: Experimental PR review

Greptile Summary

This PR updates the pre-commit development dependency from version 3.8.0 to 4.3.0 in the pyproject.toml file. Pre-commit is a framework for managing and maintaining multi-language pre-commit hooks, used in this codebase to enforce code quality checks before commits are made.

The change modifies the version constraint from ^3.2.2 to >=3.2.2,<5.0.0, which allows the upgrade to the 4.x series while preventing automatic updates to version 5.x when it becomes available. This version constraint change is more explicit and provides better control over major version upgrades.

The update brings several new features and improvements:

  • Enhanced Docker support with rootless Docker detection
  • Improved Python language handling that prioritizes versioned executables
  • New Julia language support with better startup behavior
  • Various bug fixes for conflict detection and configuration migration
  • Improved Dart language compatibility

Since pre-commit is a development-only dependency used for code quality enforcement, this change does not affect the runtime behavior of the langfuse package itself. The update aligns with the project's dependency management strategy by keeping development tooling current while maintaining stability through appropriate version constraints.

Confidence score: 4/5

  • This PR is safe to merge with minimal risk as it only updates a development dependency
  • Score reflects the fact that this is a well-tested, mature tool upgrade with primarily additive features
  • No files require special attention as this is a straightforward dependency version update

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Aug 28 '25 07:08 dependabot[bot]