From cd90904107487b0412755228aa572a33f866252d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:21:27 +0000 Subject: [PATCH] build(deps): update django-taggit requirement Updates the requirements on [django-taggit](https://github.com/jazzband/django-taggit) to permit the latest version. - [Changelog](https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jazzband/django-taggit/compare/2.0.0...5.0.0) --- updated-dependencies: - dependency-name: django-taggit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a8b5d61..d56d519c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -119,7 +119,7 @@ entrypoints==0.4 wagtail==4.0.4 django-modelcluster>=6.0,<7.0 django-permissionedforms>=0.1,<1.0 -django-taggit>=2.0,<5.0 +django-taggit>=2.0,<6.0 django-treebeard>=4.5.1,<5.0 djangorestframework>=3.11.1,<4.0 django-filter>=2.2,<24