From 137e6058a8203f97e4af80266464875b4d8a55e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:53:37 +0000 Subject: [PATCH] build(deps): update django-modeltranslation requirement Updates the requirements on [django-modeltranslation](https://github.com/deschler/django-modeltranslation) to permit the latest version. - [Release notes](https://github.com/deschler/django-modeltranslation/releases) - [Changelog](https://github.com/deschler/django-modeltranslation/blob/master/CHANGELOG.md) - [Commits](https://github.com/deschler/django-modeltranslation/compare/0.11...v0.19.9) --- updated-dependencies: - dependency-name: django-modeltranslation 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 b21407db133..963643f38c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ django-imagekit==5.0.0 django-taggit==5.0.1 django-markdownify==0.9.5 django-mptt==0.16.0 -django-modeltranslation>=0.11,<0.19.0 +django-modeltranslation>=0.11,<0.20.0 django-treebeard==4.7.1 django-guardian<2.4.1 django-downloadview==2.3.0