From 42c181b562540182a2af71364fc100174dba9850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 07:30:27 +0000 Subject: [PATCH] Bump pillow from 7.1.2 to 12.2.0 in /tandem_dqn Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 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/7.1.2...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tandem_dqn/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tandem_dqn/requirements.txt b/tandem_dqn/requirements.txt index 528acd3b..4688e0ef 100644 --- a/tandem_dqn/requirements.txt +++ b/tandem_dqn/requirements.txt @@ -17,7 +17,7 @@ gym==0.13.1 # Base dependencies. absl-py==0.9.0 numpy==1.18.0 -Pillow==7.1.2 +Pillow==12.2.0 python-snappy==0.6 # Transitive dependencies.