Update dependencies to fix 11 CVEs#1645
Open
jamestford wants to merge 1 commit into
Open
Conversation
- cryptography: 41.0.3 -> >=46.0.5 (fixes CVE-2023-50782, CVE-2024-26130, CVE-2026-26007, CVE-2023-49083, CVE-2024-0727, GHSA-h4gh-qq45-vh27, GHSA-v8gr-m533-ghj9) - requests: 2.31.0 -> >=2.32.4 (fixes CVE-2024-35195, CVE-2024-47081) - Changed pinned versions to minimum versions for flexibility - Bumped version to 3.4.1
DhruvaBansal00
added a commit
to DhruvaBansal00/robin_stocks
that referenced
this pull request
May 23, 2026
Upstream PR jmfernandes#1645 (jmfernandes/robin_stocks). Pins to recent versions that fix 11 CVEs across the cryptography and requests dependency chains, including CVE-2023-50782 and CVE-2024-26130. Also raises the floors in install_requires so the SDK ships with the same minimum guarantees as the requirements file. Supersedes Dependabot PRs jmfernandes#494 and jmfernandes#495 which targeted older versions. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
DhruvaBansal00
added a commit
to DhruvaBansal00/robin_stocks
that referenced
this pull request
May 23, 2026
|
Thanks for this contribution! It's included with test coverage in the new repo, alongside 11 other open PRs from here. If you'd like a maintained build with this change, that's where to find it. |
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
Updates pinned dependency versions to resolve 11 known CVEs.
Changes
cryptography: 41.0.3 → >=46.0.5 (fixes 7 CVEs)requests: 2.31.0 → >=2.32.4 (fixes 2 CVEs)==) to minimum versions (>=) for flexibilityCVEs Fixed
cryptography
requests
Testing
No functional code changes — only dependency version bumps. Existing tests should pass unchanged.