diff --git a/poetry.lock b/poetry.lock index 311df18a..d3d0dd54 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index be892cdf..fc3fdffa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"