build: upgrade pre-commit to 4.3.0 and add dev dependencies#7733
Open
wtfiwtz wants to merge 3 commits into
Open
build: upgrade pre-commit to 4.3.0 and add dev dependencies#7733wtfiwtz wants to merge 3 commits into
wtfiwtz wants to merge 3 commits into
Conversation
Upgrade pre-commit and add transitive dev dependencies: - pre-commit: 3.3.3 → 4.3.0 - Add filelock: >=3.20.3 - Add pygments: >=2.20.0 - Add virtualenv: >=20.36.1 These are development-time dependencies with no runtime impact. The new dependencies are transitive requirements of pre-commit 4.3.0. Related: split from orchestrated-io/redash#7719 Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced Jun 2, 2026
10 tasks
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.
What type of PR is this?
Description
Upgrade pre-commit and add transitive dev dependencies:
These are development-time dependencies with no runtime impact. The new dependencies are transitive requirements of pre-commit 4.3.0.
How is this tested?
pre-commit run --all-filesRelated Tickets & Documents
Split from orchestrated-io/redash#7719 per @zachliu's review feedback to separate dev tooling upgrades from runtime dependency changes.
Part of the security vulnerability remediation work tracked in #7711.
Note
This PR is marked as draft until manual testing is complete.
Made with Cursor