From 71da95fd08c119db7f160fd07f1971d90683dea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:28:37 +0000 Subject: [PATCH] chore(deps): Bump pillow Bumps the pip group with 1 update in the /src/hyperglass directory: [pillow](https://github.com/python-pillow/Pillow). Updates `pillow` from 10.2.0 to 12.1.1 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.2.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- src/hyperglass/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hyperglass/pyproject.toml b/src/hyperglass/pyproject.toml index 4f1449b..b9999ae 100644 --- a/src/hyperglass/pyproject.toml +++ b/src/hyperglass/pyproject.toml @@ -6,7 +6,7 @@ authors = [ { name = "thatmattlove", email = "matt@hyperglass.dev" } ] dependencies = [ - "Pillow==10.2.0", + "Pillow==12.1.1", "PyJWT==2.6.0", "PyYAML>=6.0", "aiofiles>=23.2.1", @@ -15,7 +15,7 @@ dependencies = [ "httpx==0.24.0", "loguru>=0.7.2", "netmiko==4.1.2", - "paramiko==3.4.0", + "paramiko==4.0.0", "psutil==5.9.4", "py-cpuinfo==9.0.0", "pydantic>=2.6.3",