Skip to content

chore(deps): bump pymobiledevice3 from 2.46.1 to 9.33.0 - #16

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps pymobiledevice3 from 2.46.1 to 9.33.0.

Release notes

Sourced from pymobiledevice3's releases.

v9.33.0

Highlights

✨ New lockdown remotepairing command: RemotePairing control channel over USB

A new lockdown remotepairing command talks to the com.apple.dt.remotepairingdeviced.lockdown service — the RemotePairing control plane exposed over the USB lockdown transport. It performs the RemotePairing handshake and prints the device's control-channel info (peer device info, wire-protocol versions, pairing capabilities), decoding the deviceKVSData binary-plist blob by default (--raw to keep it encoded).

With --pair it performs RemotePairing pair-setup. Because it rides the already-trusted lockdownd (USB) session, pairing is promptless — no on-device "Trust" dialog — and it writes the same pair record that remote start-tunnel consumes, letting you bootstrap the RemoteXPC pairing over USB with zero user interaction. Unlike CoreDeviceProxy, this channel does not create a tunnel — it is control plane only.

# Print the RemotePairing control-channel handshake info (deviceKVSData decoded)
pymobiledevice3 lockdown remotepairing
Promptlessly create the RemotePairing pair record used by remote start-tunnel
pymobiledevice3 lockdown remotepairing --pair

📚 release skill for Claude Code

Adds a release skill documenting how releases are cut here — the version is derived from the git tag (setuptools_scm) and the PyPI publish is triggered by creating the GitHub release.

What's Changed

  • 50717420 feature: add lockdown remotepairing for the remotepairingdeviced control channel (#1755) (@​doronz88)
  • 91352c72 docs: add release skill for Claude Code (#1754) (@​doronz88)

Full Changelog: doronz88/pymobiledevice3@v9.32.1...v9.33.0

v9.32.1

Highlights

🐛 restore shell: fix the irecv variable

The irecv object exposed inside pymobiledevice3 restore shell now points to the actual IRecv connection (device.irecv) instead of the RestoreDevice wrapper, so commands issued against irecv in the shell work as documented.

What's Changed

New Contributors

... (truncated)

Commits
  • f87cd30 Merge pull request #1755 from doronz88/feature/remotepairing-lockdown-service
  • 5071742 feature: add lockdown remotepairing for the remotepairingdeviced control ch...
  • 960220c Merge pull request #1754 from doronz88/docs/release-skill
  • 91352c7 docs: add release skill for Claude Code
  • 427f4d5 Restore: Fix shell irecv variable
  • 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
  • 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.33.0.
- [Release notes](https://github.com/doronz88/pymobiledevice3/releases)
- [Commits](doronz88/pymobiledevice3@v2.46.1...v9.33.0)

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

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #17.

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