Skip to content

chore(deps): bump pymobiledevice3 from 2.46.1 to 3.3.0#23

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 8, 2024

Copy link
Copy Markdown
Contributor

Bumps pymobiledevice3 from 2.46.1 to 3.3.0.

Release notes

Sourced from pymobiledevice3's releases.

v3.3.0

What's Changed

  • 500caada8124e3fb9d123e735174af3e0a2994b0 lockdown: add supervised-pair support (#907)
  • 3617d83d4a368fddda4408431959cc86250222c4 cli: concat the --tunnel option only for developer commands (#913)
  • 4c64292afae63de31510bee549eb677d0d5945be tunneld: ignore GetProhibited errors

Full Changelog: doronz88/pymobiledevice3@v3.2.0...v3.3.0

v3.2.0

What's Changed

  • 486434193f5192306576cc193a0de8ebb5cee8de lockdown: handle pair records removal on-device (#900)
  • 5a098a8a100c219d574d9f6e5096607f31e9a31a lockdown_service: make into an async content-manager
  • 91ff47c734b9a203a986a94cc09de96d2ad8a13a service_connection: make reader and writer public
  • 0c77ade0798a22d2637c4309d5b5ecebb56fad05 cli: remote: split tunnel_task into browsing and starting
  • b64cf77c47f7382de33e9db3460df8a9383cefae lockdown: add tunnel support using CoreDeviceProxy
  • 7856d81a869d5b587ba1668d4dce573992d3feaf docs: remove create_using_tcp from main README
  • 4ae689e535f989e082f5c73902499ee7998fa1c6 tunneld: add usbmux tunnel establishment
  • 2eb7ac8b337d49f98023c889f99dcbea930b0923 docs: add info regarding lockdown tunnel
  • 9c55891e865748a28ac29d382ec0eb183c5147a6 lockdown: fix RemoteLockdownClient._handle_autopair() signature

Full Changelog: doronz88/pymobiledevice3@v3.1.0...v3.2.0

v3.1.0

What's Changed

Full Changelog: doronz88/pymobiledevice3@v3.0.3...v3.1.0

v3.0.3

What's Changed

  • 6b1c6ca2ef1b6a309bcba9b3d74a2eec42e1b0ba cli_common: make sudo_required use getuid() instead of getuid() (@​Fidetro)

Full Changelog: doronz88/pymobiledevice3@v3.0.2...v3.0.3

v3.0.2

What's Changed

  • 85eac693a4c8ae323bc3b206001bd49aeb4b6735 doc: add clarificaiton regarding create_using_tcp()
  • 099a0e6d2abf505773f6ac853d80f14ec1242545 tunnel_service: handle PairError if consent is already shown
  • f0a93790e7f625e8bfb4b512770d51fa32855be2 tunneld: fix error reporting

Full Changelog: doronz88/pymobiledevice3@v3.0.1...v3.0.2

v3.0.1

What's Changed

  • 7314f4b8ff97d056f6ccff84db383a1cee816565 tunneld: improve error handling
  • 4992552a51c1dcef7dbf44e41e72b893575722b7 tunneld: make sure to establish only one tunnel per udid

... (truncated)

Commits
  • 969ab09 Merge pull request #915 from doronz88/bugfix/tunneld-get-prohibited
  • 185c263 Merge pull request #914 from doronz88/bugfix/add-tunnel-option-only-developer...
  • 4c64292 tunneld: ignore GetProhibited errors
  • 3617d83 cli: concat the --tunnel option only for developer commands (#913)
  • 500caad lockdown: add supervised-pair support (#907)
  • d185fca Merge pull request #906 from doronz88/feature/lockdown-tunnel
  • 9c55891 lockdown: fix RemoteLockdownClient._handle_autopair() signature
  • 2eb7ac8 docs: add info regarding lockdown tunnel
  • 4ae689e tunneld: add usbmux tunnel establishment
  • 7856d81 docs: remove create_using_tcp from main README
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 3.3.0.
- [Release notes](https://github.com/doronz88/pymobiledevice3/releases)
- [Changelog](https://github.com/doronz88/pymobiledevice3/blob/master/NEWS.md)
- [Commits](doronz88/pymobiledevice3@v2.46.1...v3.3.0)

---
updated-dependencies:
- dependency-name: pymobiledevice3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 8, 2024
@dependabot @github

dependabot Bot commented on behalf of github Apr 9, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #24.

@dependabot dependabot Bot closed this Apr 9, 2024
@dependabot dependabot Bot deleted the dependabot/pip/pymobiledevice3-3.3.0 branch April 9, 2024 09:28
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants