Skip to content

chore(deps): bump pymobiledevice3 from 2.46.1 to 9.31.0 - #14

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps pymobiledevice3 from 2.46.1 to 9.31.0.

Release notes

Sourced from pymobiledevice3's releases.

v9.31.0

Highlights

📚 New documentation site

A full MkDocs Material documentation site is now published to GitHub Pages. It includes task-oriented guides (CLI recipes, iOS 17+ tunnels, and a Python API guide with a lockdown vs tunneld vs --userspace decision table), a generated Python API reference covering every lockdown/RSD service and the DVT instruments, and the protocol write-ups. It also emits llms.txt / llms-full.txt for LLM agents. The project README is now a concise entry point that links into the site.

syslog: richer parsed entries

syslog / OsTraceService now decode fields that were previously skipped in each entry: procid, thread_id, the sender-image and process-image UUIDs, and the raw mach timestamp. These are surfaced in syslog live --format json.

🐛 developer dvt oslog: fix mid-stream crash

oslog no longer aborts after a few seconds with Aborted. when a binary opcode is split across two DTX frames — the trailing bytes are now carried over to the next frame. The --pid filter is optional again.

🐛 tunnel: clearer error when PSK ciphers are unavailable

Raise an explicit error when the active SSL backend lacks the PSK ciphers the tunnel requires, instead of failing obscurely.

📝 Agent guidance: prefer --userspace

AGENTS.md now directs automation/agents to the no-root, in-process --userspace tunnel for developer commands on iOS 17+.

What's Changed

  • 052b90ae tunnel: raise a clear error when the SSL backend lacks PSK ciphers (#1746)
  • 5d05803f oslog: make the --pid filter optional (#1748)
  • b1bad3d7 activity_trace_tap: fix crash when an opcode spans DTX frames (#1748)
  • ce39a947 syslog: parse procid, thread id, image UUIDs and mach timestamp (#1749)
  • d08b0750 docs: guide agents to prefer --userspace for developer commands (#1750)
  • b9d8212a docs: add MkDocs Material documentation site (#1752)

Full Changelog: doronz88/pymobiledevice3@v9.30.1...v9.31.0

v9.30.1

Highlights

🐛 remote tunneld: auto-reconnect after device replug/reboot on Linux

Fixes a regression where remote tunneld would permanently stop after an iPhone was

... (truncated)

Commits
  • 81e39a7 Merge pull request #1752 from doronz88/docs/mkdocs-github-pages
  • b9d8212 docs: add MkDocs Material documentation site
  • 67124f9 Merge pull request #1750 from doronz88/docs/agents-prefer-userspace
  • d08b075 docs: guide agents to prefer --userspace for developer commands
  • d146207 Merge pull request #1749 from doronz88/feature/syslog-parse-more-fields
  • ce39a94 syslog: parse procid, thread id, image UUIDs and mach timestamp
  • d9a0acc Merge pull request #1748 from doronz88/fix/oslog-frame-split-crash
  • b1bad3d activity_trace_tap: fix crash when an opcode spans DTX frames
  • 5d05803 oslog: make the --pid filter optional
  • a310e56 Merge pull request #1746 from doronz88/fix/issue-1570-psk-cipher-error
  • 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 9.31.0.
- [Release notes](https://github.com/doronz88/pymobiledevice3/releases)
- [Commits](doronz88/pymobiledevice3@v2.46.1...v9.31.0)

---
updated-dependencies:
- dependency-name: pymobiledevice3
  dependency-version: 9.31.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 Jun 29, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #15.

@dependabot dependabot Bot closed this Jul 1, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/pymobiledevice3-9.31.0 branch July 1, 2026 14:09
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