chore(deps): consolidate Dependabot bumps (#150–#157)#161
Merged
Conversation
…s, yamllint, pip-audit Consolidates all 7 open Dependabot PRs (#150–#157) into a single commit: - cryptography >=46.0.5 → >=47.0.0 (security patch) - openpyxl >=3.1.0 → >=3.1.5 - mypy >=1.8.0 → >=1.20.2 - safety >=2.0.0 → >=3.7.0 - detect-secrets >=1.4.0 → >=1.5.0 - yamllint >=1.33.0 → >=1.38.0 - pip-audit >=2.7.0 → >=2.10.0
This was referenced Apr 29, 2026
Closed
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.
Summary
Consolidates 7 open Dependabot PRs into a single chore commit rather than merging them individually.
cryptographyrequirements/base.txt>=46.0.5>=47.0.0openpyxlrequirements/base.txt>=3.1.0>=3.1.5mypyrequirements/dev.txt>=1.8.0,<2.0.0>=1.20.2,<2.0.0safetyrequirements/dev.txt>=2.0.0,<4.0.0>=3.7.0,<4.0.0detect-secretsrequirements/dev.txt>=1.4.0,<2.0.0>=1.5.0,<2.0.0yamllintrequirements/dev.txt>=1.33.0,<2.0.0>=1.38.0,<2.0.0pip-auditrequirements/ci.txt>=2.7.0>=2.10.0All bumps are lower-bound increases within existing upper bounds — no breaking changes expected. The Dependabot PRs will be closed as superseded by this PR.
Test plan