Skip to content

chore(deps): bump pymobiledevice3 from 2.46.1 to 9.32.0 - #15

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps pymobiledevice3 from 2.46.1 to 9.32.0.

Release notes

Sourced from pymobiledevice3's releases.

v9.32.0

Highlights

✨ New btlogger service: capture Bluetooth HCI traffic

A new btlogger command and BtPacketLoggerService capture live Bluetooth HCI traffic from the device via com.apple.bluetooth.BTPacketLogger. Output is written either in Apple's native PacketLogger format (.pklg) or as pcapng for analysis in Wireshark, and can stream to a file or to stdout (-):

# Capture to a PacketLogger file
pymobiledevice3 btlogger trace.pklg
Capture as pcapng for Wireshark
pymobiledevice3 btlogger -f pcapng trace.pcapng

What's Changed

  • f14bcb24 services: Add BTLogger (#1670)

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

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,

... (truncated)

Commits
  • 6d88194 Merge pull request #1670 from doronz88/feature/btlogger
  • f14bcb2 services: Add BTLogger
  • 6d26244 docs: clean logo fringe and put wordmark on one line in social card
  • 4a902a4 docs: add social card and site-wide Open Graph tags
  • 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
  • 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.32.0.
- [Release notes](https://github.com/doronz88/pymobiledevice3/releases)
- [Commits](doronz88/pymobiledevice3@v2.46.1...v9.32.0)

---
updated-dependencies:
- dependency-name: pymobiledevice3
  dependency-version: 9.32.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 Jul 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #16.

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