[UPDATE] Bump django-ninja-extra from 0.21.8 to 0.22.0

Bumps [django-ninja-extra](https://github.com/eadwinCode/django-ninja-extra) from 0.21.8 to 0.22.0.
- [Release notes](https://github.com/eadwinCode/django-ninja-extra/releases)
- [Commits](https://github.com/eadwinCode/django-ninja-extra/compare/0.21.8...0.22.0)

---
updated-dependencies:
- dependency-name: django-ninja-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-30 08:35:33 +00:00 committed by GitHub
parent cce7ecbe73
commit 6e29d07555
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand.
[[package]]
name = "alabaster"
@ -622,13 +622,13 @@ test = ["django-stubs", "mypy (==1.7.1)", "psycopg2-binary", "pytest", "pytest-a
[[package]]
name = "django-ninja-extra"
version = "0.21.8"
version = "0.22.0"
description = "Django Ninja Extra - Class Based Utility and more for Django Ninja(Fast Django REST framework)"
optional = false
python-versions = ">=3.7"
files = [
{file = "django_ninja_extra-0.21.8-py3-none-any.whl", hash = "sha256:3cc765d03dc10f9daba57cfd17e3da60d1471eea36078825aa9bc61f8fd1a0e2"},
{file = "django_ninja_extra-0.21.8.tar.gz", hash = "sha256:f2df496540bcad3a1364258d62a506050893bd6528ea1fea99e10def84077de6"},
{file = "django_ninja_extra-0.22.0-py3-none-any.whl", hash = "sha256:7f304901e71900f2921c0809d1541408536ad985e4535ee01ed97a1fd312b4aa"},
{file = "django_ninja_extra-0.22.0.tar.gz", hash = "sha256:a4ecc91b6dce456549754b5c1ac405c7fec3a0b3f03b98dfbe9dc030e5b82ba9"},
]
[package.dependencies]
@ -2724,4 +2724,4 @@ filelock = ">=3.4"
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "5836c1a8ad42645d7d045194c8c371754b19957ebdcd2aaa902a2fb3dc97cc53"
content-hash = "a5a6d16d577a38a117150cd230a2d629ed0a748b5b384318bcb06a3b78ee707c"

View File

@ -23,7 +23,7 @@ license = "GPL-3.0-only"
python = "^3.12"
Django = "^4.2.17"
django-ninja = "^1.3.0"
django-ninja-extra = "^0.21.8"
django-ninja-extra = "^0.22.0"
Pillow = "^11.0.0"
mistune = "^3.0.2"
django-jinja = "^2.11.0"