From c2a718f2795de4936d8486db721bf75cd24f52d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:09:22 +0000 Subject: [PATCH] Bump pillow from 12.2.0 to 12.3.0 in /.devcontainer Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.2.0 to 12.3.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.2.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .devcontainer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/requirements.txt b/.devcontainer/requirements.txt index 5056796e7a..43d38be468 100644 --- a/.devcontainer/requirements.txt +++ b/.devcontainer/requirements.txt @@ -24,7 +24,7 @@ ipython # to run examples pandas scikit-image -pillow==12.2.0 +pillow==12.3.0 wget tiktoken