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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Werkzeug==0.15.5
wsgi-request-logger==0.4.5
zappa==0.20.2
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=1.26.5 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🛑 Breaking Change Risk: This major version upgrade from urllib3 1.26.5 to 2.6.0 introduces breaking changes that may cause compatibility issues with the existing old dependencies. urllib3 2.x dropped support for Python 3.6 and has API changes that could break requests 2.20 and other dependencies. The PR description already shows dependency conflicts. Test thoroughly before merging to ensure the Lambda function still works correctly.