Manual bump of Validator dependencies - #465
Merged
Merged
Conversation
…d updating get_blocks method to accept block_ids_to_filter
ems-sato
approved these changes
Aug 19, 2026
ems-sato
left a comment
Contributor
There was a problem hiding this comment.
Looks good! I have some minor/non-blocker comments. Happy to approve as is and I will leave it to you to make the call to act on them or not.
…lters are passed in the block_id_to_filter and a corresponding test
ems-sato
approved these changes
Aug 19, 2026
petechd
approved these changes
Aug 20, 2026
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.
Motivation and Context
We need a manual PR to bump our Python, NPM and GitHub Actions Workflow dependencies to prevent Megalinter failing and to stop PRs from being merged. Additionally, there is a COPYPASTE error in Megalinter which required us to remove the
get_other_blocksmethod and update theget_blocksmethod to accept theblock_ids_to_filterparameter. This was because the only difference between the two methods were the f-strings.What has changed
get_other_blocksmethod, update theget_blocksmethod to accept theblock_ids_to_filterand add corresponding unit test to cover scenario with no filters are passed in withblock_ids_to_filterfast-urifrom 3.1.4 to 3.1.5fastapifrom 0.136.3 to 0.141.1structlogfrom 25.5.0 to 26.1.0uvicornfrom 0.49.0 to 0.52.1starlettefrom 1.3.1 to 1.6.0actions/checkoutfrom 6.0.3 to 7.0.0github/codeql-action/initfrom 4.36.2 to 4.37.0github/codeql-action/analyzefrom 4.36.2 to 4.37.0oxsecurity/megalinterfrom 9.5.0 to 9.6.0actions/setup-pythonfrom 6.2.0 to 6.3.0actions/setup-nodefrom 6.4.0 to 7.0.0actions/cachefrom 5.0.5 to 6.1.0brace-expansionfrom 5.0.8 to 5.0.9pylintfrom 4.0.5 to 4.0.7pytestfrom 9.0.3 to 9.1.1rufffrom 0.15.15 to 0.16.3js-yamlfrom 4.3.0 to 4.3.1eslintfrom 9.35.4 to 9.35.5How to test?