Skip to content

chore(deps): bump pymobiledevice3 from 7.4.0 to 8.2.0#75

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pymobiledevice3-8.2.0
Closed

chore(deps): bump pymobiledevice3 from 7.4.0 to 8.2.0#75
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pymobiledevice3-8.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

Bumps pymobiledevice3 from 7.4.0 to 8.2.0.

Release notes

Sourced from pymobiledevice3's releases.

v8.2.0

What's Changed

Full Changelog: doronz88/pymobiledevice3@v8.1.2...v8.2.0

v8.1.2

What's Changed

Full Changelog: doronz88/pymobiledevice3@v8.1.1...v8.1.2

v8.1.1

What's Changed

Full Changelog: doronz88/pymobiledevice3@v8.1.0...v8.1.1

v8.1.0

What's Changed

Full Changelog: doronz88/pymobiledevice3@v8.0.0...v8.1.0

v8.0.0

What's Changed

This version is a MAJOR rewrite to the existing usbmux-lockdownd network stack to be performed purely in asyncio! This offers MANY long-term benefits especially for asyncio programs, as well as performance and allowing easier development for stuff requiring handling several parallel tasks.

This has enabled us to improve the WDA support GREATLY!!

Checkout this command for example:

pymobiledevice3 developer wda list-items -xc com.test.WebDriverAgentRunner1112.xctrunner

Of course, you can do more then just list the items. See command line usage:

This means assuming you have Appium's WDA app installed, using a simple command you can easily simulate tap operations and navigate menus - allowing to fully automate user's workflow with much less hassle then previously.

The CLI remains the same, but the Python API completely changed from synchronous into asynchronous entirely. See the cli module to see how device inteaction is now being performed.

... (truncated)

Commits
  • 1c673a4 Merge pull request #1594 from doronz88/feature/lldb-attach-by-bundle-id
  • 78cbd79 cli: lldb: Add support for launching by bundle identifier
  • 247e546 Merge pull request #1593 from doronz88/bugfix/dvt-shell
  • f561f82 cli: Fix dvt shell
  • ca02ce4 Merge pull request #1592 from doronz88/bugfix/tunneld-leaks
  • 68f0885 server: Fix leak during exception inside wifi task
  • b9bd678 Merge pull request #1590 from tux-mind/hotfix/tests
  • 0727520 tests: optimised tests execution
  • 113c293 Merge pull request #1589 from doronz88/bugfix/python-api-doc
  • 5abff6d docs: Update Python API docs
  • 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 7.4.0 to 8.2.0.
- [Release notes](https://github.com/doronz88/pymobiledevice3/releases)
- [Commits](doronz88/pymobiledevice3@v7.4.0...v8.2.0)

---
updated-dependencies:
- dependency-name: pymobiledevice3
  dependency-version: 8.2.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 Mar 6, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 9, 2026

Superseded by #76.

@dependabot dependabot bot closed this Mar 9, 2026
@dependabot dependabot bot deleted the dependabot/pip/pymobiledevice3-8.2.0 branch March 9, 2026 17:06
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