Bump the minor-and-patch-updates group across 1 directory with 3 updates#2194
Bump the minor-and-patch-updates group across 1 directory with 3 updates#2194dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the minor-and-patch-updates group with 3 updates in the /indexify directory: [httpx](https://github.com/encode/httpx), [boto3](https://github.com/boto/boto3) and [tensorlake](https://github.com/tensorlakeai/tensorlake). Updates `httpx` from 0.27.2 to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.27.2...0.28.1) Updates `boto3` from 1.42.57 to 1.42.59 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.42.57...1.42.59) Updates `tensorlake` from 0.4.0 to 0.4.4 - [Commits](https://github.com/tensorlakeai/tensorlake/commits) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: boto3 dependency-version: 1.42.59 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: tensorlake dependency-version: 0.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Free Tier Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| aiohttp = "^3.13.3" | ||
| # mTLS support for httpx 0.28.1 is broken, wait for 0.28.2 to see if the bug is fixed | ||
| httpx = { version = "0.27.2", extras = ["http2"] } | ||
| httpx = { version = "0.28.1", extras = ["http2"] } |
There was a problem hiding this comment.
Upgrading httpx to version with known broken mTLS
High Severity
The comment on line 23 explicitly warns that "mTLS support for httpx 0.28.1 is broken, wait for 0.28.2 to see if the bug is fixed," yet the dependency on line 24 is being bumped to exactly 0.28.1. The previous version 0.27.2 was intentionally pinned to avoid this known issue. This Dependabot-generated upgrade directly contradicts the human-written safeguard, and will break mTLS functionality (the cert parameter is deprecated in 0.28.x and the SSL behavior changed). The tensorlake dependency also uses httpx with http2 extras, so this affects the broader dependency chain.


Bumps the minor-and-patch-updates group with 3 updates in the /indexify directory: httpx, boto3 and tensorlake.
Updates
httpxfrom 0.27.2 to 0.28.1Release notes
Sourced from httpx's releases.
Changelog
Sourced from httpx's changelog.
Commits
26d48e0Version 0.28.1 (#3445)89599a9Fixverify=False,cert=...case. (#3442)8ecb86fAdd test for request params behavior changes (#3364) (#3440)0cb7e5aBump the python-packages group with 11 updates (#3434)15e21e9Updating deprecated docstring Client() class (#3426)80960faVersion 0.28.0. (#3419)a33c878Fixextensionstype annotation. (#3380)ce7e14dError on verify as str. (#3418)47f4a96Handle empty zstd responses (#3412)189fc4bUpdate CHANGELOG.md, fix typo(s) (#3406)Updates
boto3from 1.42.57 to 1.42.59Commits
cef3033Merge branch 'release-1.42.59'463794aBumping version to 1.42.59591d881Add changelog entries from botocored327a89Merge branch 'release-1.42.58'8727558Merge branch 'release-1.42.58' into develop14eee00Bumping version to 1.42.58dbe54faAdd changelog entries from botocore8108f80Merge branch 'release-1.42.57' into developUpdates
tensorlakefrom 0.4.0 to 0.4.4Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsNote
Medium Risk
Dependency bumps include
httpx(HTTP/SSL behavior changes) andboto3/botocore(AWS API surface), which can subtly affect runtime networking and cloud interactions despite no application code changes.Overview
Updates Indexify’s Python deps:
httpx0.27.2→0.28.1,boto3/botocore1.42.57→1.42.59, andtensorlake0.4.0→0.4.4.Regenerates
poetry.lockwith Poetry2.2.1, including updated dependency markers/extras resolution (e.g., platform-conditional extras), and removingsniffiofrom the resolved lock set.Written by Cursor Bugbot for commit fafc301. This will update automatically on new commits. Configure here.