Skip to content

chore(deps): bump pymobiledevice3 from 2.46.1 to 10.3.1 - #28

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pymobiledevice3-10.3.1
Open

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps pymobiledevice3 from 2.46.1 to 10.3.1.

Release notes

Sourced from pymobiledevice3's releases.

v10.3.1

Highlights

✨ SkipSetup: skip the new iOS 27 Liquid Glass intro pane

Supervising a device now also suppresses the new LiquidGlass setup-assistant pane introduced in iOS 27, keeping fully unattended device setup working on the latest OS.

pymobiledevice3 profile supervise MyOrganization

What's Changed

  • d8074aaf mobile_conig: Add the LiquidGlass new skip key introduced in iOS 27 (#1820) (@​AnNEDoMini)

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

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.

... (truncated)

Commits
  • d8074aa mobile_conig: Add the LiquidGlass new skip key introduced in iOS 27
  • 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
  • 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.1.
- [Release notes](https://github.com/doronz88/pymobiledevice3/releases)
- [Commits](doronz88/pymobiledevice3@v2.46.1...v10.3.1)

---
updated-dependencies:
- dependency-name: pymobiledevice3
  dependency-version: 10.3.1
  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 7, 2026
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