From 9e7a409b533716a803646ba766efe5501f41fc2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 08:41:42 +0000 Subject: [PATCH] build(deps): bump django-statici18n from 2.5.0 to 2.6.0 Bumps [django-statici18n](https://github.com/zyegfryed/django-statici18n) from 2.5.0 to 2.6.0. - [Changelog](https://github.com/zyegfryed/django-statici18n/blob/main/docs/changelog.rst) - [Commits](https://github.com/zyegfryed/django-statici18n/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: django-statici18n dependency-type: direct:production update-type: version-update:semver-minor ... 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 86858e2a6..5da8d432c 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -31,7 +31,7 @@ django-modeltranslation==0.19.11 uniseg==0.9.0 python-bidi==0.6.3 django-bidi-utils==1.0 -django-statici18n==2.5.0 +django-statici18n==2.6.0 # CORS django-cors-headers==4.6.0