Skip to content

chore(deps): bump pymobiledevice3 from 2.46.1 to 10.3.0 - #27

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pymobiledevice3-10.3.0
Closed

chore(deps): bump pymobiledevice3 from 2.46.1 to 10.3.0#27
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pymobiledevice3-10.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps pymobiledevice3 from 2.46.1 to 10.3.0.

Release notes

Sourced from pymobiledevice3's releases.

v10.3.0

Highlights

✨ Debug device WebViews from VS Code (and any Chrome-compatible debugger)

pymobiledevice3 webinspector cdp now serves the browser-level CDP endpoint advertised by /json/version (previously it was advertised but unrouted, so clients attaching through it — VS Code's js-debug foremost — failed with connection retries until timeout). The new endpoint implements the flat-session Target domain over the existing per-page translation: the full js-debug attach sequence, auto-attach, detach, and live announcement of pages opened/closed on the device.

One bridge instance now serves Chrome DevTools (per page, via the landing page) and browser-level clients such as VS Code or Puppeteer concurrently — WebKit still allows only a single inspector session per page, so different clients debug different tabs.

pymobiledevice3 webinspector cdp

Then attach VS Code with a launch.json such as:

{
    "name": "Attach to iPhone WebView",
    "type": "chrome",
    "request": "attach",
    "address": "127.0.0.1",
    "port": 9222,
    "urlFilter": "*",
    "webRoot": "${workspaceFolder}"
}

Editor breakpoints, stepping, the Debug Console, Loaded Scripts, and source maps all work against the device.

📚 New WebView debugging guide

A new guide, WebView debugging, covers device prerequisites (Web Inspector toggle, WKWebView.isInspectable), the Chrome DevTools flow, the VS Code setup, and the caveats.

What's Changed

  • bc9dd9ee Merge pull request #1816 from doronz88/feature/cdp-browser-endpoint (#1816) (@​doronz88)
  • 97e5d203 docs: add WebView debugging guide (Chrome DevTools / VS Code attach) (#1816) (@​doronz88)
  • d5ec1e5d webinspector: serve the browser-level CDP endpoint for VS Code js-debug attach (#1816) (@​doronz88)

Full Changelog: doronz88/pymobiledevice3@v10.2.3...v10.3.0

v10.2.3

Highlights

🐛 mounter auto-mount reports "already mounted" gracefully again

On some devices (observed on iOS 27.0), LookupImage returns an empty ImageSignature for a Personalized DDI that is mounted, so the pre-mount check missed it and the device's MountImage rejection surfaced as a raw traceback. is_image_mounted() now falls back to CopyDevices — which does list the image — and bails out early (before the TSS request and image upload); an "is already mounted" MountImage failure is additionally classified as AlreadyMountedError as a backstop:

pymobiledevice3 mounter auto-mount
</tr></table> 

... (truncated)

Commits
  • bc9dd9e Merge pull request #1816 from doronz88/feature/cdp-browser-endpoint
  • 97e5d20 docs: add WebView debugging guide (Chrome DevTools / VS Code attach)
  • d5ec1e5 webinspector: serve the browser-level CDP endpoint for VS Code js-debug attach
  • df1f545 Merge pull request #1815 from doronz88/bugfix/auto-mount-already-mounted
  • f4d6011 cli: surface the device's DetailedError on InternalError
  • 9a09145 mobile_image_mounter: fix auto-mount raising on an already mounted image
  • e1ebae1 Merge pull request #1814 from doronz88/refactor/drop-direct-click-imports
  • df18c5d resources(notifications): Add notifications from iPhone18,4_27.0_24A5370h_Res...
  • 5404824 agents: document the no-direct-click-imports convention
  • 2846e7e resources: migrate dsc_uuid_map and firmware_notifications to typer uv scripts
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pymobiledevice3](https://github.com/doronz88/pymobiledevice3) from 2.46.1 to 10.3.0.
- [Release notes](https://github.com/doronz88/pymobiledevice3/releases)
- [Commits](doronz88/pymobiledevice3@v2.46.1...v10.3.0)

---
updated-dependencies:
- dependency-name: pymobiledevice3
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #28.

@dependabot dependabot Bot closed this Aug 7, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/pymobiledevice3-10.3.0 branch August 7, 2026 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants