chore(deps-dev): bump pre-commit from 3.8.0 to 4.3.0 #1313
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 pre-commit from 3.8.0 to 4.3.0.
Release notes
Sourced from pre-commit's releases.
... (truncated)
Changelog
Sourced from pre-commit's changelog.
... (truncated)
Commits
b74a22dv4.3.0cc899deMerge pull request #3507 from bc-lee/dart-fix2a0bceaDowngrade Dart SDK version installed in the CIf1cc7a4Make Dart pre-commit hook compatible with the latest Dart SDKs72a3b71Merge pull request #3504 from pre-commit/pre-commit-ci-update-configc8925a4[pre-commit.ci] pre-commit autoupdatea5fe6c5Merge pull request #3496 from ericphanson/eph/jl-startup6f1f433Julia language: skip startup.jl filec681721Merge pull request #3499 from pre-commit/pre-commit-ci-update-config4fd4537[pre-commit.ci] pre-commit autoupdateYou 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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-committo>=3.2.2,<5.0.0inpyproject.tomlto include new features and fixes.pre-commitversion inpyproject.tomlfrom^3.2.2to>=3.2.2,<5.0.0.language: docker.startup.jlinlanguage: juliahooks.language: dart.language: python.language: golang.language: rinstallation issues with RStudio.pre-commit migrate-configfor unquoted deprecated stage names.This description was created by
for 8426837. 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.tomlfile. 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.2to>=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:
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