From 24e64f7e4ae9adbbc234f443ac97b59190a0e9e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:30:41 +0000 Subject: [PATCH] Bump pillow from 9.2.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 to 10.0.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/9.2.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8bc8870..de6168d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ numpy>=1.18.5 onnxruntime==1.10.0 optuna==2.10.1 orjson==3.6.4 -pillow==9.2.0 +pillow==10.0.1 pre-commit==2.20.0 # Required for pre-commit hooks protobuf>=3.9 # For running RL attacks. tensorflow 2.10.0 depends on protobuf<3.20 and >=3.9.2 pygame==2.1.2 # Required for cartpole target