noobpk / frida-ios-hook

A tool that helps you easy trace classes, functions, and modify the return values of methods on iOS platform
MIT License
927 stars 155 forks source link

Bump scp from 0.13.2 to 0.14.3 #22

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps scp from 0.13.2 to 0.14.3.

Changelog

Sourced from scp's changelog.

0.14.3 (2022-02-15)

  • Add type hints

0.14.2 (2021-12-15)

  • Don't fail if the remote path is a PurePath not a Path

0.14.1 (2021-09-10)

  • Don't fail if 'pathlib' doesn't import (Python 2)
  • Accept 'unicode' objects as paths (Python 2)

0.14.0 (2021-09-07)

  • Accept iterables other than list and tuple in get() and put()
  • Accept pathlib.Path objects

0.13.6 (2021-07-09)

  • Fix put when the source directory has a trailing slash. It will now work similarly to rsync, copying the contents of the directory.

0.13.5 (2021-06-28)

  • Fix extra space sent in SSH command-line for get(), causing issues on some servers

0.13.4 (2021-06-08)

  • Add scp_command attribute, allowing changing the command run on the server (for example to sudo scp)

0.13.3 (2020-10-26)

  • Fix hanging when underlying paramiko channel is closed
Commits
  • 2d722bd Bump version to 0.14.3
  • e99bdad Move the comment about shlex back to _sh_quote()
  • a26588b Merge pull request #171 from jannisko/master
  • c427240 Fix whitespace error
  • b777244 Switch from generics to unions in type hints
  • f66c734 Remove workaround for testing on Python 2.6
  • 7431c93 make type hints python 2 compatible
  • 06f9db4 add type hints to public methods
  • f0cc100 Bump version to 0.14.2
  • 8ea04a0 Accept all PurePath not just Path
  • 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 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)