From 89d0e4c3a165f94a77eeb113f935863c50b478b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 22:33:44 +0000 Subject: [PATCH] [deps] Update django-taggit requirement from ~=4.0.0 to ~=6.0.0 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/4.0.0...6.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 6abf204d9..3d5eaac55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django-sortedm2m~=3.1.1 django-reversion~=5.0.12 -django-taggit~=4.0.0 +django-taggit~=6.0.0 netjsonconfig @ https://github.com/openwisp/netjsonconfig/tarball/master django-x509 @ https://github.com/openwisp/django-x509/tarball/master django-loci @ https://github.com/openwisp/django-loci/tarball/master