Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ exodus-core
launchpadlib==1.10.13
traitlets>=5
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

urllib3 2.x incompatible with pinned requests version

High Severity

The new urllib3>=2.6.3 constraint conflicts with the existing requests<2.28,>=2.26 constraint. Requests versions before 2.28 (such as 2.26.x and 2.27.x) were released before urllib3 2.0 and require urllib3 1.x versions. This creates an unresolvable dependency conflict that will cause pip to fail during installation. To fix this vulnerability, the requests version constraint would also need to be updated to 2.28 or higher, which supports urllib3 2.x.

Additional Locations (1)

Fix in Cursor Fix in Web