From 4c549e5f1fe2dd110b29d408b603b0bcd753b3dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 08:41:41 +0000 Subject: [PATCH] Deps: Update types-paramiko requirement Updates the requirements on [types-paramiko](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-paramiko dependency-version: 4.0.0.20260408 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dae328a74..999584ba2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "pontos>=26.4.0", "furo>=2022.6.21", "lxml-stubs>=0.5.1,<0.6", - "types-paramiko>=3.4.0.20240205,<5.0.0.0", + "types-paramiko>=4.0.0.20260408,<5.0.0.0", "git-cliff>=2.8.0,<3", "myst-parser>=4.0.0,<5 ; python_full_version >= '3.10' and python_full_version < '4'", ]