From ba8d4a8d97312f3a3d23e505caab5b70cfdb8695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 01:46:30 +0000 Subject: [PATCH] Bump django-modeltranslation from 0.18.11 to 0.18.13 Bumps [django-modeltranslation](https://github.com/deschler/django-modeltranslation) from 0.18.11 to 0.18.13. - [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/v0.18.11...v0.18.13) --- updated-dependencies: - dependency-name: django-modeltranslation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index d4bb149a5..b83712d22 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -40,7 +40,7 @@ python-dateutil==2.9.0.post0 argon2-cffi==21.3.0 # I18n -django-modeltranslation==0.18.11 +django-modeltranslation==0.18.13 # CORS django-cors-headers==3.14.0