From b3ee94fb75d2bcbf23977080cbef03245e00d48f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:18:22 +0000 Subject: [PATCH] chore(deps): bump django-waffle from 2.2.1 to 5.0.0 Bumps [django-waffle](https://github.com/django-waffle/django-waffle) from 2.2.1 to 5.0.0. - [Release notes](https://github.com/django-waffle/django-waffle/releases) - [Changelog](https://github.com/django-waffle/django-waffle/blob/master/CHANGES) - [Commits](https://github.com/django-waffle/django-waffle/compare/v2.2.1...v5.0.0) --- updated-dependencies: - dependency-name: django-waffle dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e21e6557..3a38278e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "django-honeypot==1.3.0", "django-markupfield==2.0.1", "django-allauth==65.13.0", - "django-waffle==2.2.1", + "django-waffle==5.0.0", "djangorestframework==3.15.2", "django-filter==25.1", "django-ordered-model==3.7.4",