From d8a826a6ea55fb0b809258cb8ca7172fd5201ecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:43:30 +0000 Subject: [PATCH] backend(deps): bump asyncssh from 2.23.0 to 2.23.1 in /backend Bumps [asyncssh](https://github.com/ronf/asyncssh) from 2.23.0 to 2.23.1. - [Changelog](https://github.com/ronf/asyncssh/blob/develop/docs/changes.rst) - [Commits](https://github.com/ronf/asyncssh/compare/v2.23.0...v2.23.1) --- updated-dependencies: - dependency-name: asyncssh dependency-version: 2.23.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index dedba94..1a96b14 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -19,4 +19,4 @@ docker==7.1.0 # user-registered VPS hosts. Pure Python, depends on `cryptography` which # is already pulled in transitively by python-jose. Pinned to 2.x — the # 1.x line had several auth bugs we don't want to accidentally regress to. -asyncssh==2.23.0 +asyncssh==2.23.1