From 19926784388af562a7e328dce4b6ff36e80f4b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:11:26 +0000 Subject: [PATCH] chore(deps): bump pillow from 10.0.1 to 10.1.0 in /requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.1.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/10.0.1...10.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index b606f315..f6e7c1e5 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ Django==4.2.6 -e git+https://github.com/felixoi/django-user-sessions.git#egg=django-user-sessions -Pillow==10.0.1 +Pillow==10.1.0 oauth2client==4.1.3 django-crispy-forms==1.14.0 django-model-utils==4.3.1