From 50fdd1535b52a777594f95fadf8415b5790f309b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 19:03:12 +0000 Subject: [PATCH] Bump pillow from 9.2.0 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 to 9.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/9.2.0...9.3.0) --- 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 bc50cd0..5b06d9b 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==9.3.0 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