From fcce031bbb75e791671d582046b2b6d8fc18d940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 13:09:34 +0000 Subject: [PATCH] chore(deps): bump pillow from 12.0.0 to 12.1.1 in /backend/kesaseteli Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.0.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/12.0.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/kesaseteli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/kesaseteli/requirements.txt b/backend/kesaseteli/requirements.txt index 26fa382b6a..79c0955a91 100644 --- a/backend/kesaseteli/requirements.txt +++ b/backend/kesaseteli/requirements.txt @@ -118,7 +118,7 @@ parso==0.8.5 # via jedi pexpect==4.9.0 # via ipython -pillow==12.0.0 +pillow==12.1.1 # via -r requirements.in ply==3.11 # via jsonpath-ng