From 0d1c6d42323005ae2db9481e74338bd5fc161ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 13:21:29 +0000 Subject: [PATCH] Bump django-avatar from 7.1.1 to 8.0.0 Bumps [django-avatar](https://github.com/jazzband/django-avatar) from 7.1.1 to 8.0.0. - [Release notes](https://github.com/jazzband/django-avatar/releases) - [Changelog](https://github.com/jazzband/django-avatar/blob/main/CHANGELOG.rst) - [Commits](https://github.com/jazzband/django-avatar/compare/v7.1.1...v8.0.0) --- updated-dependencies: - dependency-name: django-avatar dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index 4acca42c..31311f98 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -41,7 +41,7 @@ scipy==1.11.4 dnspython==2.3.0 django-anymail==10.0 # https://github.com/anymail/django-anymail django-autocomplete-light==3.9.7 # https://github.com/yourlabs/django-autocomplete-light -django-avatar==7.1.1 +django-avatar==8.0.0 numpy==1.26.3 matplotlib==3.7.1