From 3f7a99fa6b76089e3b93cc41c0b771e4953d8e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:33:30 +0000 Subject: [PATCH] build(deps): bump pillow from 11.3.0 to 12.1.1 in /src/kubedash Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.3.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/11.3.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/kubedash/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kubedash/requirements.txt b/src/kubedash/requirements.txt index aff05488..424520dd 100644 --- a/src/kubedash/requirements.txt +++ b/src/kubedash/requirements.txt @@ -81,7 +81,7 @@ opentelemetry-util-http==0.56b0 ; python_version >= "3.11" and python_version < packaging==25.0 ; python_version >= "3.11" and python_version < "3.13" parso==0.8.4 ; python_version >= "3.11" and python_version < "3.13" pexpect==4.9.0 ; python_version >= "3.11" and python_version < "3.13" and sys_platform != "win32" and sys_platform != "emscripten" -pillow==11.3.0 ; python_version >= "3.11" and python_version < "3.13" +pillow==12.1.1 ; python_version >= "3.11" and python_version < "3.13" plotly==6.2.0 ; python_version >= "3.11" and python_version < "3.13" prometheus-client==0.22.1 ; python_version >= "3.11" and python_version < "3.13" prometheus-flask-exporter==0.23.1 ; python_version >= "3.11" and python_version < "3.13"