From 8c02b7b0b488d5a8e5371c83c0a60fbfdebc2664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:37:37 +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 0c0918816..ccfcf3543 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