openwisp / openwisp-controller

Network and WiFi controller: provisioning, configuration management and updates, (pull via openwisp-config or push via SSH), x509 PKI management and more. Mainly OpenWRT, but designed to work also on other systems.
https://openwisp.io/docs/dev/controller/
Other
550 stars 173 forks source link

[deps] Update scp requirement from ~=0.14.2 to ~=0.15.0 #892

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Updates the requirements on scp to permit the latest version.

Changelog

Sourced from scp's changelog.

0.15.0 (2024-05-23)

  • Add bandwidth control (limit_bw)

0.14.5 (2023-01-30)

  • Update docstrings to clarify sanitation and use of wildcards
  • Make sure to close the local file on errors

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

0.13.2 (2019-03-19)

  • Fix AssertionError in recursive get() when _rename is set and server sends a POPD at the end (_depth > 0)

... (truncated)

Commits
  • 58b9bcc Bump version to 0.15.0
  • a7397ec Merge pull request #188 from hoffmanlucas/limit_bw
  • 34c2536 Use limit_bw in some tests
  • a98ac56 Fix limit_bw default
  • 708ecda Revert formatting
  • a868536 add limit bandwidth control
  • 80216b6 CI: Fix typo for Python 3.5
  • 7f91c95 Merge branch 'python2.7-docker' into 'master'
  • 535273e CI: Link real HOME to GitHub HOME /github/home
  • c37710e CI: We're root in container, PermitRootLogin=yes
  • Additional commits viewable in compare view


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 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)
coveralls commented 1 month ago

Coverage Status

coverage: 98.751%. remained the same when pulling 057ce35a64e895de03c1412d06b747d1b9215776 on dependabot/pip/scp-approx-eq-0.15.0 into 4e0af48bf25665d4f701fc71df854190985f2901 on master.