From 8752cb5c024f4a1f5f9146ca3802c832859092cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:21:33 +0000 Subject: [PATCH] Update pyutil requirement from ^3.3.6 to ^3.4.1 Updates the requirements on [pyutil](https://github.com/tpltnt/pyutil) to permit the latest version. - [Commits](https://github.com/tpltnt/pyutil/commits) --- updated-dependencies: - dependency-name: pyutil dependency-version: 3.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4002cb7..6891463 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ urllib3 = "^2.5.0" wcwidth = "^0.6.0" websocket-client = "^1.8.0" wsproto = "^1.3.2" -pyutil = "^3.3.6" +pyutil = "^3.4.1" redis = "^7.0.1" paramiko = "^5.0.0" tqdm = "^4.67.1"