Changelog
### 2.2.1
```
🚀 urllib3 is fundraising for HTTP/2 support
[urllib3 is raising ~$40,000 USD](https://sethmlarson.dev/urllib3-is-fundraising-for-http2-support) to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support for 2023. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects [please consider contributing financially](https://opencollective.com/urllib3) to ensure HTTP/2 support is developed sustainably and maintained for the long-haul.
Thank you for your support.
Changes
- Fixed issue where `InsecureRequestWarning` was emitted for HTTPS connections when using Emscripten. (3331)
- Fixed `HTTPConnectionPool.urlopen` to stop automatically casting non-proxy headers to `HTTPHeaderDict`. This change was premature as it did not apply to proxy headers and `HTTPHeaderDict` does not handle byte header values correctly yet. (3343)
- Changed `ProtocolError` to `InvalidChunkLength` when response terminates before the chunk length is sent. (2860)
- Changed `ProtocolError` to be more verbose on incomplete reads with excess content. (3261)
```
Links
- PyPI: https://pypi.org/project/urllib3
- Changelog: https://data.safetycli.com/changelogs/urllib3/
Update nbconvert from 7.16.0 to 7.16.1.
Changelog
### 7.16.1 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.16.0...443b30703078e6f7d5b1044f25fb77e219136aac)) Maintenance and upkeep improvements - Fix permissions for prep release workflow [2112](https://github.com/jupyter/nbconvert/pull/2112) ([blink1073](https://github.com/blink1073)) - Update publish workflow [2111](https://github.com/jupyter/nbconvert/pull/2111) ([blink1073](https://github.com/blink1073)) - fix for tests/ dir not in sys.path, closes 2066 [2108](https://github.com/jupyter/nbconvert/pull/2108) ([ivanov](https://github.com/ivanov)) Documentation improvements - Update project description [2107](https://github.com/jupyter/nbconvert/pull/2107) ([ivanov](https://github.com/ivanov)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2024-02-07&to=2024-02-19&type=c)) [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2024-02-07..2024-02-19&type=Issues) | [ivanov](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Aivanov+updated%3A2024-02-07..2024-02-19&type=Issues) <!-- <END NEW CHANGELOG ENTRY> --> ```Links
- PyPI: https://pypi.org/project/nbconvert - Changelog: https://data.safetycli.com/changelogs/nbconvert/Update urllib3 from 2.2.0 to 2.2.1.
Changelog
### 2.2.1 ``` 🚀 urllib3 is fundraising for HTTP/2 support [urllib3 is raising ~$40,000 USD](https://sethmlarson.dev/urllib3-is-fundraising-for-http2-support) to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support for 2023. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects [please consider contributing financially](https://opencollective.com/urllib3) to ensure HTTP/2 support is developed sustainably and maintained for the long-haul. Thank you for your support. Changes - Fixed issue where `InsecureRequestWarning` was emitted for HTTPS connections when using Emscripten. (3331) - Fixed `HTTPConnectionPool.urlopen` to stop automatically casting non-proxy headers to `HTTPHeaderDict`. This change was premature as it did not apply to proxy headers and `HTTPHeaderDict` does not handle byte header values correctly yet. (3343) - Changed `ProtocolError` to `InvalidChunkLength` when response terminates before the chunk length is sent. (2860) - Changed `ProtocolError` to be more verbose on incomplete reads with excess content. (3261) ```Links
- PyPI: https://pypi.org/project/urllib3 - Changelog: https://data.safetycli.com/changelogs/urllib3/