Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2024

Bumps pymobiledevice3 from 2.46.1 to 4.1.4.

Release notes

Sourced from pymobiledevice3's releases.

v4.1.4

What's Changed

  • 20adc48ed461c8ef5e0c4781d2c9c4fa43b6496a cli_common: fix closing of non-required tunnel connections (#940)
  • f2e0d7424a6d890e59d4dee2ffc3bea31246188e cli: fix implicit connections to tunneld according to device serial

Full Changelog: doronz88/pymobiledevice3@v4.1.3...v4.1.4

v4.1.3

What's Changed

Full Changelog: doronz88/pymobiledevice3@v4.1.2...v4.1.3

v4.1.2

What's Changed

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

v4.1.1

What's Changed

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

v4.1.0

What's Changed

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

v4.0.0

Highlights

This version refactors the whole RemoteXPC API stack to be fully asyncio. For CLI users this change is completely transparent (except for being much faster! ⚡️)

For python API users, this means creating and connecting a RemoteServiceDiscoveryService clients will now require an active asyncio loop.

The project's README file was updated aswell to reflect this API change:

# Or you could connect manually to a specific tunnel created by `start-tunnel`
host = 'fded:c26b:3d2f::1'
port = 65177
</tr></table> 

... (truncated)

Commits
  • 1081b91 Merge pull request #947 from doronz88/bugfix/tunnel-option-close
  • f2e0d74 cli: fix implicit connections to tunneld according to device serial
  • 20adc48 cli_common: fix closing of non-required tunnel connections (#940)
  • 2b5621e Merge pull request #945 from doronz88/bugfix/pre-v1-qh3
  • ea364f0 requirements: qh3>=0.11.5,<1.0.0
  • 9713fab Merge pull request #944 from m1stadev/master
  • b87e443 requirements: pyimg4 == 0.8
  • 4da8be8 Merge pull request #942 from doronz88/bugfix/safe-close
  • d3a7003 remote: fix triggering of close() when endpoint isn't connected
  • 3a6203c cli: simulate-location: add time randomness argument
  • 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 4.1.4.
- [Release notes](https://github.com/doronz88/pymobiledevice3/releases)
- [Changelog](https://github.com/doronz88/pymobiledevice3/blob/master/NEWS.md)
- [Commits](doronz88/pymobiledevice3@v2.46.1...v4.1.4)

---
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 18, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 19, 2024

Superseded by #31.

@dependabot dependabot bot closed this Apr 19, 2024
@dependabot dependabot bot deleted the dependabot/pip/pymobiledevice3-4.1.4 branch April 19, 2024 09:27
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.

1 participant