From 0fa7ba5b7e7beca7b07c1ad688ce7f9ac7e5e2d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 12:15:03 +0000 Subject: [PATCH] Bump django-taggit from 3.1.0 to 5.0.1 Bumps [django-taggit](https://github.com/jazzband/django-taggit) from 3.1.0 to 5.0.1. - [Changelog](https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jazzband/django-taggit/compare/3.1.0...5.0.1) --- updated-dependencies: - dependency-name: django-taggit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index cedff6b..faf604b 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -17,7 +17,7 @@ Django==4.2.4 django-dotenv==1.4.2 django-graphql-jwt==0.3.4 django-redis==5.2.0 -django-taggit==3.1.0 +django-taggit==5.0.1 django_debug_toolbar==3.8.1 dodgy==0.2.1 flake8>=5.0.2,<=6.0.0