From dd202aec801e9e53fac5be898a5e61127a579887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:08:05 +0000 Subject: [PATCH] Bump pillow in /Challenges/BinaryCodes/Web/medium-xss1/website Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0.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/5.0.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Challenges/BinaryCodes/Web/medium-xss1/website/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Challenges/BinaryCodes/Web/medium-xss1/website/requirements.txt b/Challenges/BinaryCodes/Web/medium-xss1/website/requirements.txt index 442acae..62070ba 100644 --- a/Challenges/BinaryCodes/Web/medium-xss1/website/requirements.txt +++ b/Challenges/BinaryCodes/Web/medium-xss1/website/requirements.txt @@ -3,7 +3,7 @@ django-csp==3.3 django-ranged-response==0.2.0 django-simple-captcha==0.5.6 MySQL-python==1.2.5 -Pillow==5.0.0 +Pillow==10.0.1 pytz==2017.3 selenium==3.8.1 six==1.11.0