From 772f152f4cda1b703e6ddeb3b525988f17812200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:26:12 +0000 Subject: [PATCH] build(deps): bump django-taggit from 5.0.1 to 6.1.0 Bumps [django-taggit](https://github.com/jazzband/django-taggit) from 5.0.1 to 6.1.0. - [Changelog](https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jazzband/django-taggit/compare/5.0.1...6.1.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 b21407db133..3e264d0ff34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ django-appconf==1.0.6 django-celery-results==2.5.1 django-filter==24.2 django-imagekit==5.0.0 -django-taggit==5.0.1 +django-taggit==6.1.0 django-markdownify==0.9.5 django-mptt==0.16.0 django-modeltranslation>=0.11,<0.19.0