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 @@ -15,6 +15,6 @@ pytest==5.2.1
pytest-cov==2.8.1
requests==2.22.0
six==1.12.0
urllib3==1.25.6
urllib3==2.6.3
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

This upgrade to urllib3==2.6.3 introduces a dependency conflict. The requests package at version 2.22.0 (line 16) requires urllib3<1.26. This will cause dependency resolution to fail and break the application. To fix this, you should also upgrade requests to a version compatible with urllib3 v2.x, such as requests>=2.30.0.

wcwidth==0.1.7
zipp==0.6.0