Skip to content

chore(deps): bump pymobiledevice3 from 2.46.1 to 9.38.0 - #22

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps pymobiledevice3 from 2.46.1 to 9.38.0.

Release notes

Sourced from pymobiledevice3's releases.

v9.38.0

Highlights

🔊 Quieter -v: DTX message traffic now requires -vv

The DTXConnection sent/received DEBUG lines used to flood the output of every developer dvt command at plain -v, burying the logs you actually wanted. The pymobiledevice3.dtx logger is now kept at INFO unless verbosity is raised to -vv or higher.

# clean debug output, no DTX message dumps
pymobiledevice3 -v developer dvt ls /
full DTX message traces back when you need them
pymobiledevice3 -vv developer dvt ls /

What's Changed

Full Changelog: doronz88/pymobiledevice3@v9.37.0...v9.38.0

v9.37.0

Highlights

✨ Much faster --userspace tunnel transfers via dynamic send-MSS

The userspace tunnel no longer caps host→device segments at a static 1340 bytes. Riding pmd-pytcp 0.2.0's fixed RFC 4821/8899 path probing, every connection starts at that same proven-safe size and raises its MSS only through packet sizes the device has actually ACKed — so each device/transport converges to its own real forwarding limit within a couple of seconds, with nothing hardcoded and a worst case equal to the old behavior on any device.

Measured on an iPhone 17,3 (iOS 26.5, USB), 100 MB afc transfers:

  • upload: 9.1 → ~25 MB/s (CLI wall time 16.1 s → 4.8 s)
  • download: ~65 → ~85 MB/s; DSC fetch-symbols: 63 → 79 MB/s
# no root needed — and now several times faster
pymobiledevice3 afc push --userspace big_file.bin big_file.bin
pymobiledevice3 developer fetch-symbols download --userspace ./symbols

The download-side gains come from pmd-pytcp's new runtime log gate (the pure-Python TCP stack no longer formats debug strings per packet when logging is off).

✨ Byte-scaled progress bars for afc push/pull

Single-file transfers over 4 MB now show a proper bytes progress bar with a live rate in both directions — handy as an ad-hoc transfer benchmark:

$ pymobiledevice3 afc push --userspace test.bin test.bin
test.bin:  52%|█████▏    | 52.0M/100M [00:04<00:03, 14.6MB/s]

pull's bar previously counted opaque 4 MB chunks; push had no bar at all and read the whole file into memory — it now streams in 4 MB chunks, which also removes the whole-file memory footprint for large uploads. AfcService.push() gains a progress_bar=True parameter mirroring pull()'s.

... (truncated)

Commits
  • 1a63c7b Merge pull request #1781 from doronz88/feature/dtx-debug-vv
  • 637def4 cli: require -vv for DTX message traffic logs
  • b180e59 Merge pull request #1780 from doronz88/bugfix/afc-pull-ignore-errors-default
  • ca44e1c afc: byte-scaled progress bars for single-file push and pull
  • 815152c afc: make pull's --ignore-errors optional again
  • 5f87339 Merge pull request #1779 from doronz88/perf/userspace-dynamic-mss
  • c3cea12 userspace_tunnel: dynamic send-MSS via PLPMTUD — discover each device's real ...
  • d0c292b Merge pull request #1778 from doronz88/perf/userspace-tunnel-latency
  • 5100e27 userspace_tunnel: drain the stack egress in batches and hoist per-packet cons...
  • 0c117fe userspace_tunnel: drop the pytcp delayed-ACK timer to 1 ms
  • 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.38.0.
- [Release notes](https://github.com/doronz88/pymobiledevice3/releases)
- [Commits](doronz88/pymobiledevice3@v2.46.1...v9.38.0)

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

dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #23.

@dependabot dependabot Bot closed this Jul 22, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/pymobiledevice3-9.38.0 branch July 22, 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