From afbba978f75c3e2b8c1feb8170b1ee7358563c71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:53:02 -0500 Subject: [PATCH] Bump asyncssh from 2.13.2 to 2.14.1 (#2844) Bumps [asyncssh](https://github.com/ronf/asyncssh) from 2.13.2 to 2.14.1. - [Changelog](https://github.com/ronf/asyncssh/blob/develop/docs/changes.rst) - [Commits](https://github.com/ronf/asyncssh/compare/v2.13.2...v2.14.1) --- updated-dependencies: - dependency-name: asyncssh dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2c213b3d..4e1aa6692 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,5 +20,5 @@ reportlab==4.0.4 # debrief svglib==1.5.1 # debrief Markdown==3.4.4 # training dnspython==2.4.2 -asyncssh==2.13.2 +asyncssh==2.14.1 aioftp~=0.20.0