From 6a9a16e11523b691b11efbcb55e8c394c53e2e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:59:15 +0000 Subject: [PATCH] Bump django-taggit from 4.0.0 to 5.0.0 Bumps [django-taggit](https://github.com/jazzband/django-taggit) from 4.0.0 to 5.0.0. - [Changelog](https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jazzband/django-taggit/compare/4.0.0...5.0.0) --- updated-dependencies: - dependency-name: django-taggit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0d84f13b..5dbe0ae9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -82,7 +82,7 @@ ccnmtlsettings==1.9.5 django-reversion==5.0.1 text_unidecode==1.3 -django-taggit==4.0.0 +django-taggit==5.0.0 django-cacheds3storage==0.3.0