Chore(deps): Bump urllib3 from 2.6.3 to 2.7.0#1119
Conversation
foxpatch-aleph
left a comment
There was a problem hiding this comment.
Clean dependency bump from urllib3 2.6.3 to 2.7.0. The project has no direct urllib3 imports, relying on it only as a transitive dependency. The upgrade brings important security fixes for decompression-bomb safeguards and header-stripping on redirects, along with minor bugfixes — all in edge cases not exercised by this codebase. Python 3.9 removal is irrelevant as the project requires >=3.11. No code changes are needed.
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
42309cd to
e1591ab
Compare
foxpatch-aleph
left a comment
There was a problem hiding this comment.
Clean dependency bump from urllib3 2.6.3 to 2.7.0. The new version includes important security fixes for decompression-bomb bypasses and header leak on redirect via ProxyManager. The diff is a single line in pyproject.toml. No API-breaking changes affect pyaleph's usage patterns, and pyaleph requires Python >=3.11 so urllib3's Python 3.9 removal is irrelevant. Safe to merge pending CI passing.
Bumps urllib3 from 2.6.3 to 2.7.0.
Release notes
Sourced from urllib3's releases.
Changelog
Sourced from urllib3's changelog.
... (truncated)
Commits
9a950b9Release 2.7.05ec0de4Merge commit from fork2bdcc44Merge commit from forkf45b0dfFix a misleading example forProxyManager(#4970)577193cSwitch to nightly PyPy3.11 in CI for now (#4984)e90af45Avoid infinite loop inHTTPResponse.read_chunkedwhenamt=0(#4974)67ed74fBump dev dependencies (#4972)3abd481Upgrade mypy to version 1.20.2 (#4978)2b8725dDrop support for EOL PyPy3.10 (#4979)2944b2aUpgradesetup-chromeandsetup-firefoxto fix warnings (#4973)