From 356b14c2b0ee4ef00595d923ecd58da5041d3aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 17:23:59 +0000 Subject: [PATCH] Bump django-ninja from 1.5.3 to 1.6.0 Bumps [django-ninja](https://github.com/vitalik/django-ninja) from 1.5.3 to 1.6.0. - [Release notes](https://github.com/vitalik/django-ninja/releases) - [Commits](https://github.com/vitalik/django-ninja/compare/v1.5.3...v1.6.0) --- updated-dependencies: - dependency-name: django-ninja dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 199e667..662cd07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "django-filter==25.2", "django-guardian==3.2.0", "django-htmx==1.27.0", - "django-ninja==1.5.3", + "django-ninja==1.6.0", "django-stubs-ext==5.2.9", "django-tables2==2.8.0", "django-oauth-toolkit==3.2.0",