build(deps): bump urllib3 from 2.6.3 to 2.7.0#294
Merged
Conversation
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
Collaborator
|
@dependabot rebase |
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: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
ab38009 to
fb77c89
Compare
abrookins
approved these changes
Jun 30, 2026
abrookins
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed the rebased urllib3 lockfile update. Diff is uv.lock-only for urllib3 2.7.0. GitHub checks are green. Local uv sync --locked and pytest tests/test_dependencies.py tests/test_client_api.py tests/test_client_enhancements.py tests/test_aws_clients.py tests/test_aws_utils.py tests/test_llm_client.py passed: 81 passed, 11 skipped.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)Note
Medium Risk
Transitive HTTP client used across AWS, Docker, and HTTP calls; the upgrade includes security patches but also upstream platform/removal changes that could affect CI or edge HTTP/proxy behavior.
Overview
Bumps the locked
urllib3dependency from 2.6.3 to 2.7.0 inuv.lock(sdist/wheel URLs and hashes only). No application source changes.2.7.0 brings security fixes (decompression-bomb bypass in streaming/Brotli paths; sensitive headers not stripped on cross-host proxy redirects), HTTP response read/stream bugfixes, and drops EOL Python 3.9 / PyPy3.10 support in upstream urllib3. Anything that pulls urllib3 transitively (e.g. requests, botocore, docker, testcontainers) resolves to the new version via the lockfile.
Reviewed by Cursor Bugbot for commit fb77c89. Bugbot is set up for automated code reviews on this repo. Configure here.