From 8eaa331874d2842ef071b6e30ed45cca25737b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:00:07 +0000 Subject: [PATCH] build(deps): bump pillow from 12.1.1 to 12.2.0 in /src/kubedash Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.1 to 12.2.0. - [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/12.1.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 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 dc01b8dd..90cc5001 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==12.1.1 ; python_version >= "3.11" and python_version < "3.13" +pillow==12.2.0 ; 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"