security: pin requests>=2.32.4 and urllib3>=2.5.0 - #1887
Merged
craigpnnl merged 1 commit intoJul 18, 2026
Conversation
Both are transitive dependencies pulled in by gridappsd-python and gridappsd-field-bus, not direct imports of this package. Pinning them directly clears the currently-flagged CVEs without waiting on the upstream gridappsd-python release to float its own floor. Supersedes the stale Snyk PR GRIDAPPSD#1844, which targeted master instead of develop and could not be merged cleanly.
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.
Adds explicit constraint pins for requests (>=2.32.4) and urllib3 (>=2.5.0) in requirements.txt to clear known CVEs. These are transitive dependencies (pulled by gridappsd-python and gridappsd-field-bus, not imported directly in this repo), so the pins protect anyone doing pip install -r requirements.txt. Supersedes the stale conflicting Snyk PR #1844 (targeted master, cannot merge against current base). Verified: isolated install resolved urllib3 2.7.0 + requests 2.34.2 with a live HTTPS round-trip succeeding, no urllib3 1.x to 2.x breakage in the usage path. GHSAs cleared noted inline in requirements.txt.