From 3fca2979dddf1b5ec8c453dc68dbe0fcc45e1779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:50:26 +0000 Subject: [PATCH] Bump paramiko from 3.4.0 to 3.5.0 Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.4.0 to 3.5.0. - [Commits](https://github.com/paramiko/paramiko/compare/3.4.0...3.5.0) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44f7228..b1dee6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ markdown == 3.6 matplotlib == 3.9.1 numpy == 2.1.0 oschmod == 0.3.12 -paramiko == 3.4.0 +paramiko == 3.5.0 photutils == 1.13.0 prettytable == 3.10.0 pywin32 == 306;platform_system=='Windows'