-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Fix for 2 vulnerabilities #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,9 +46,9 @@ static-parameters==0.4 | |
| toml==0.10.2 | ||
| typed-ast==1.4.2 | ||
| typing-extensions==3.7.4.3 | ||
| urllib3==1.26.5 | ||
| urllib3==2.6.3 | ||
| visitor==0.1.3 | ||
| webencodings==0.5.1 | ||
| Werkzeug==1.0.1 | ||
| Werkzeug==3.1.5 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Major Werkzeug upgrade breaks Flask compatibilityHigh Severity Upgrading |
||
| wrapt==1.12.1 | ||
| WTForms==3.0.0a1 | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Major urllib3 upgrade breaks botocore compatibility
High Severity
Upgrading
urllib3from 1.26.5 to 2.6.3 is a major version bump that breaks compatibility withbotocore==1.20.32. Older botocore versions (like 1.20.32 from early 2021) require urllib3 < 2.0. The PR description even warns "botocore 1.20.32 requires urllib3, which is not installed" indicating pip detected a version conflict. This will cause runtime failures when using boto3/botocore for AWS operations.