From 984d120b79dee15ce2ed575a76638961ef6e6d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 17:58:31 +0000 Subject: [PATCH] Bump django-ninja from 1.6.0 to 1.6.2 Bumps [django-ninja](https://github.com/vitalik/django-ninja) from 1.6.0 to 1.6.2. - [Release notes](https://github.com/vitalik/django-ninja/releases) - [Commits](https://github.com/vitalik/django-ninja/compare/v1.6.0...v1.6.2) --- updated-dependencies: - dependency-name: django-ninja dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a3954d..1445699 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "django-filter==25.2", "django-guardian==3.3.0", "django-htmx==1.27.0", - "django-ninja==1.6.0", + "django-ninja==1.6.2", "django-stubs-ext==5.2.9", "django-tables2==2.8.0", "django-oauth-toolkit==3.2.0",