Skip to content

Bump pymobiledevice3 from 10.11.0 to 11.12.4 - #10

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown

Bumps pymobiledevice3 from 10.11.0 to 11.12.4.

Release notes

Sourced from pymobiledevice3's releases.

v11.12.4

Highlights

🐛 webinspector cdp works on iOS 12 again

iOS 12 Safari does not send WIRAutomationAvailabilityKey, neither in its application dictionary nor in _rpc_reportCurrentState. Both places indexed the key directly, so webinspector cdp crashed with a KeyError before serving anything. A missing key is now treated as WIRAutomationAvailabilityUnknown.

Thanks to @​LeaveMyYard for the fix (#1945), verified on an iPhone 5s running iOS 12.5.8 and still working on iOS 13.4.1, 18.7.8, 26.2.1 and 26.6.

What's Changed

  • c1f0c0a8 webinspector: tolerate a missing WIRAutomationAvailabilityKey (iOS 12) (#1946) (@​LeaveMyYard)

New Contributors

Full Changelog: doronz88/pymobiledevice3@v11.12.3...v11.12.4

v11.12.3

Highlights

📝 The "Failed to start service" hint no longer sends you down the wrong path

The hint printed when a developer service fails to start gave two pieces of stale advice:

  • It told iOS 15 users to enable Developer Mode, which only exists since iOS 16. The threshold now says iOS 16+.
  • It told iOS 17+ users to pass --rsd. By the time this message prints, the CLI has already retried over the default in-process tunnel, so that was never the fix. The hint now says the tunnel is automatic and that only Linux/Windows hosts with iOS 17.0-17.3 still need a privileged tunneld (macOS serves those devices no-root via the native tunnel). It links the tunnels guide instead of a README anchor that no longer exists.

The tunnels guide, its support table and the troubleshooting page were corrected the same way: they claimed iOS 17.0-17.3.1 needs tunneld on every platform.

Thanks to @​rob-X1 for spotting the Developer Mode mistake.

What's Changed

Full Changelog: doronz88/pymobiledevice3@v11.12.2...v11.12.3

... (truncated)

Commits
  • 40795f0 Merge pull request #1946 from doronz88/fix/ios12-missing-automation-availability
  • c1f0c0a webinspector: tolerate a missing WIRAutomationAvailabilityKey (iOS 12)
  • a33773c Merge pull request #1944 from doronz88/fix/invalid-service-devmode-version
  • c9f8809 docs: iOS 17.0-17.3 needs tunneld only on Linux/Windows
  • adfd8e3 cli: Stop telling iOS 17+ users to pass --rsd
  • 0691331 cli: Say Developer Mode applies to iOS 16+, not 15+
  • fa40e20 Merge pull request #1943 from doronz88/fix/syslog-unicode-encode-error
  • 7099bab syslog: Write --out as UTF-8 regardless of the host locale
  • c3bfc08 cli: Escape characters the console encoding cannot represent
  • 6145dee Merge pull request #1941 from doronz88/fix/cdp-reconnect-after-reboot
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Dependency update label Sep 1, 2026
Bumps [pymobiledevice3](https://github.com/doronz88/pymobiledevice3) from 10.11.0 to 11.12.4.
- [Release notes](https://github.com/doronz88/pymobiledevice3/releases)
- [Commits](doronz88/pymobiledevice3@v10.11.0...v11.12.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump pymobiledevice3 from 10.11.0 to 11.2.0 Bump pymobiledevice3 from 10.11.0 to 11.12.4 Sep 14, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/pymobiledevice3-11.2.0 branch from 2624c25 to 5dec118 Compare September 14, 2026 12:42
@dependabot
dependabot Bot requested a review from hideouts-io as a code owner September 14, 2026 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants