From 9248b6ca5dd98148a11b52a5a782ebf6de28c8a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:07:24 +0000 Subject: [PATCH] chore(dependencies): update dependency pillow to v10 [security] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60fa5fa..6e1e3d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ python = "^3.7" black = "^21.12b0" pytest = "^7.1.2" pytest-cov = "^3.0.0" -pillow = "^7.2.0" +pillow = "^10.0.0" codecov = "^2.1.12" pytest-benchmark = "^3.4.1" pytest-mypy = "^0.10.3"