From 26ceac3afaeff64733dc0118daa28aa634d33d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 17:29:22 +0000 Subject: [PATCH] Bump django-ninja from 1.1.0 to 1.2.1 Bumps [django-ninja](https://github.com/vitalik/django-ninja) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/vitalik/django-ninja/releases) - [Commits](https://github.com/vitalik/django-ninja/compare/v1.1.0...v1.2.1) --- updated-dependencies: - dependency-name: django-ninja 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 19ebdbf8..67bf1bbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "django-guardian==2.4.0", "django-htmx==1.18.0", "django-imagekit==5.0.0", - "django-ninja==1.1.0", + "django-ninja==1.2.1", "django-oauth-toolkit==2.4.0", "django-polymorphic==3.1.0", "django-stubs-ext==5.0.2",