Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump scp from 0.13.2 to 0.14.4 #42

Merged
merged 1 commit into from
Apr 18, 2022
Merged

Bump scp from 0.13.2 to 0.14.4 #42

merged 1 commit into from
Apr 18, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps scp from 0.13.2 to 0.14.4.

Changelog

Sourced from scp's changelog.

0.14.4 (2022-02-23)

  • Update type hints for pyright

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
  • 8d8ffd0 Bump version to 0.14.4
  • c6d4a32 Merge pull request #172 from jannisko/master
  • 1ec519b fix type checking for pyright
  • 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
  • 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)

Bumps [scp](https://github.com/jbardin/scp.py) from 0.13.2 to 0.14.4.
- [Release notes](https://github.com/jbardin/scp.py/releases)
- [Changelog](https://github.com/jbardin/scp.py/blob/master/CHANGELOG.md)
- [Commits](jbardin/scp.py@v0.13.2...v0.14.4)

---
updated-dependencies:
- dependency-name: scp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 18, 2022
@noobpk noobpk merged commit 8b05d40 into master Apr 18, 2022
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