From 746db8d6676a45849537ff39e0ee51654427a922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:19:36 +0000 Subject: [PATCH] [deps] Update django-taggit requirement from ~=4.0.0 to ~=6.1.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.1.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 ca09c81a9..02a9d01fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django-sortedm2m~=3.1.1 django-reversion~=5.1.0 -django-taggit~=4.0.0 +django-taggit~=6.1.0 netjsonconfig @ https://github.com/openwisp/netjsonconfig/tarball/master django-x509~=1.2.0 django-loci~=1.1.0