From 3a8b7ef7d0b4dba7d17a5d879ff14c4161d97177 Mon Sep 17 00:00:00 2001 From: "update-pproxy[bot]" <136385368+update-pproxy[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 21:30:41 +0000 Subject: [PATCH] chore(deps): Update Python Packages Updated: * `asyncssh`: `2.23.1` -> `2.24.0` Signed-off-by: update-pproxy[bot] <136385368+update-pproxy[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index af49df1..89494f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # aioquic==1.3.0 # via pproxy -asyncssh==2.23.1 +asyncssh==2.24.0 # via pproxy attrs==26.1.0 # via service-identity