From 8892a4e9dd3fc235bb151c30ca7a5d366f0f0a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 01:42:16 +0000 Subject: [PATCH] Bump pillow from 9.1.1 to 10.2.0 in /examples/rpc_server Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.1 to 10.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/9.1.1...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/rpc_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rpc_server/requirements.txt b/examples/rpc_server/requirements.txt index 3df7d6e2..1019ee5a 100644 --- a/examples/rpc_server/requirements.txt +++ b/examples/rpc_server/requirements.txt @@ -1 +1 @@ -Pillow==9.1.1 \ No newline at end of file +Pillow==10.2.0 \ No newline at end of file