fix(deps): security and dependency updates#4689
Merged
Merged
Conversation
…urity fixes - pypdf ~6.7.4 → ~6.7.5 (CVE: inefficient ASCIIHexDecode stream decoding) - Add urllib3>=2.6.3 override (CVE: decompression-bomb bypass on redirects) - ruff 0.14.7 → 0.15.1, mypy 1.19.0 → 1.19.1, pre-commit 4.5.0 → 4.5.1 - types-regex 2024.11.6 → 2026.1.15, boto3-stubs 1.40.54 → 1.42.40 - Auto-fixed 13 lint issues from new ruff rules
greysonlalonde
approved these changes
Mar 4, 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.
Summary
Fixes open dependabot security alerts and consolidates 6 open dependabot PRs into a single update.
Security Fixes
Dev Dependency Bumps
Not Addressed
instructorlangchain-apifypins<0.4.0Supersedes #4679, #4486, #4485, #4406, #4357, #4355
Note
Medium Risk
Primary risk is dependency behavior changes from
urllib3/pypdfand updated lint/type-check tooling; runtime code changes are minimal and mostly formatting/cleanup. Potential for subtle CI/test or network-stack differences after the lockfile and override updates.Overview
Consolidates dependency and security updates by bumping
pypdf(increwai-files) and adding anurllib3>=2.6.3override, with the lockfile updated to reflect the new constraint and simplifiedurllib3resolution.Updates dev tooling versions (
ruff,mypy,pre-commit,types-regex,boto3-stubs) and applies corresponding small lint/format cleanups across a few modules (import ordering/whitespace, removing an abstract-methodpass, and minor__init__.pytidy-ups).Written by Cursor Bugbot for commit f89cbbb. This will update automatically on new commits. Configure here.