ASolarers-Rodriguez opened a new pull request, #37552: URL: https://github.com/apache/superset/pull/37552
## Summary Bump dependencies to address security vulnerabilities: | Package | From | To | CVE/Advisory | |---------|------|-----|--------------| | urllib3 | 2.6.0 | 2.6.3 | CVE-2026-21441 - decompression bomb bypass on redirects | | werkzeug | 3.1.3 | 3.1.5 | GHSA-87hc-h4r5-73f7, multipart boundary fix | | brotli | 1.1.0 | 1.2.0 | Decompression bomb fix | | filelock | - | 3.20.3 | CVE-2025-68146 - TOCTOU symlink vulnerability | | pyasn1 | 0.6.1 | 0.6.2 | Security fix | ## Changelog links - [urllib3 2.6.3](https://github.com/urllib3/urllib3/releases/tag/2.6.3) - [werkzeug 3.1.5](https://github.com/pallets/werkzeug/releases/tag/3.1.5) - [brotli 1.2.0](https://github.com/google/brotli/releases/tag/v1.2.0) - [filelock 3.20.3](https://github.com/tox-dev/filelock/releases/tag/3.20.3) - [pyasn1 0.6.2](https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2) ## Test plan - [ ] CI passes - [ ] Verify no breaking changes in dependency compatibility -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
