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 asyncssh from 2.13.1 to 2.13.2 #170

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2023

Bumps asyncssh from 2.13.1 to 2.13.2.

Changelog

Sourced from asyncssh's changelog.

Release 2.13.2 (21 Jun 2023)

  • Fixed an issue with host-based authentication when using proxy_command, allowing it to be used if the caller explicitly specifies client_host. Thanks go to GitHub user yuqingm7 for reporting this issue.

  • Improved handling of signature algorithms for OpenSSH certificates so that RSA SHA-2 signatures will work with both older and newer versions of OpenSSH.

  • Worked around an issue with some Cisco SSH implementations generating invalid "ignore" packets. Thanks go to Jost Luebbe for reporting and helping to debug this issue.

  • Fixed unit tests to avoid errors when cryptography's version of OpenSSL disables support for SHA-1 signatures.

  • Fixed unit tests to avoid errors when the filesystem enforces that filenames be valid UTF-8 strings. Thanks go to Robert Schütz and Martin Weinelt for reporting this issue.

  • Added documentation about which config options apply when passing a string as a tunnel argument.

Commits
  • 8dba2b1 Bump version number up to 2.13.2 and update change log
  • 10bd9a7 Work around OpenSSH issue with RSA SHA-2 keys signed by certificates
  • b0295a3 Spelling and grammar fixes
  • 3760d38 Wrap long line
  • c6fd009 Avoid use of datetime.utcfromtimestamp, deprecated in Python 3.12
  • 72d9845 Fix unit tests to work on systems which have disabled SHA-1 signatures
  • 5be289e Improve handling of signature algorithms for OpenSSH certificates
  • 62598f4 Fix whitespace issue
  • 1bc77c1 Only run proxy_command unit tests when nc is available
  • 1469ac9 Fix an issue with host-based auth when using proxy_command
  • 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 [asyncssh](https://github.com/ronf/asyncssh) from 2.13.1 to 2.13.2.
- [Changelog](https://github.com/ronf/asyncssh/blob/develop/docs/changes.rst)
- [Commits](ronf/asyncssh@v2.13.1...v2.13.2)

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

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 Jun 22, 2023
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (06a1065) 64.53% compared to head (a1e45f9) 64.53%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #170   +/-   ##
=======================================
  Coverage   64.53%   64.53%           
=======================================
  Files          81       81           
  Lines        9989     9989           
  Branches     2350     2350           
=======================================
  Hits         6446     6446           
  Misses       3140     3140           
  Partials      403      403           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@GlassOfWhiskey GlassOfWhiskey merged commit 1316bcf into master Jun 22, 2023
@GlassOfWhiskey GlassOfWhiskey deleted the dependabot/pip/asyncssh-2.13.2 branch June 22, 2023 14:30
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants