Skip to content
New issue

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

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

Already on GitHub? # to your account

chore(deps): bump asyncssh from 2.17.0 to 2.18.0 in /examples #477

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps asyncssh from 2.17.0 to 2.18.0.

Changelog

Sourced from asyncssh's changelog.

Release 2.18.0 (26 Oct 2024)

  • Added support for post-quantum ML-KEM key exchange algorithms, interoperable with OpenSSH 9.9.

  • Added support for the OpenSSH "limits" extension, allowing the client to query server limits such as the maximum supported read and write sizes. The client will automatically default to the reported maximum size on servers that support this extension.

  • Added more ways to specify environment variables via the env option. Sequences of either 'key=value' strings or (key, value) tuples are now supported, in addition to a dict.

  • Added support for getting/setting environment variables as byte strings on platforms which support it. Previously, only Unicode strings were accepted and they were always encoded on the wire using UTF-8.

  • Added support for non-TCP sockets (such as a socketpair) as the sock parameter in connect calls. Thanks go to Christian Wendt for reporting this problem and proposing a fix.

  • Changed compression to be disabled by default to avoid it becoming a performance bottleneck on high-bandwidth connections. This now also matches the OpenSSH default.

  • Improved speed of parallelized SFTP reads when read-ahead goes beyond the end of the file. Thanks go to Maximilian Knespel for reporting this issue and providing performance measurements on the code before and after the change.

  • Improved cancellation handling during SCP transfers.

  • Improved support for selecting the currently available security key when the application lists multiple keys to try. Thanks go to GitHub user zanda8893 for reporting the issue and helping to work out the details of the problem.

  • Improved handling of reverse DNS failures in host-based authentication. Thanks go to GitHub user xBiggs for suggesting this change.

  • Improved debug logging of byte strings with non-printable characters.

  • Switched to using an executor on GSSAPI calls to avoid blocking the event loop.

  • Fixed handling of "UserKnownHostsFile none" in config files. This previously caused it to use the default known hosts, rather than disabling known host checking.

... (truncated)

Commits
  • 51b7846 Bump version number up to 2.18.0 and update change log and README
  • 8593f28 Fix issues related to supporting multiple trusted security keys
  • bfa04aa Avoid error on process wait() followed by wait_closed()
  • 25cb98f Replace most string forwarding with f-strings
  • 09e2fc5 Commit fixes recommended by pyupgrade tool
  • fa01aab Fix a few lint issues
  • 416db0e Use bcrypt rather than crypt in simple_server example
  • f1848c1 Minor coverage tweaks
  • 2fa354d Fix handling of "UserKnownHostsFile none" in config
  • b77bf85 Fix sporadic unit test failure
  • 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 [asyncssh](https://github.com/ronf/asyncssh) from 2.17.0 to 2.18.0.
- [Changelog](https://github.com/ronf/asyncssh/blob/develop/docs/changes.rst)
- [Commits](ronf/asyncssh@v2.17.0...v2.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 28, 2024
Copy link

sonarcloud bot commented Oct 28, 2024

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2024

Dependabot does not support your Python version. Because of this, Dependabot cannot update this pull request.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants