diff --git a/poetry.lock b/poetry.lock index 09fd656..bbca07d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -504,13 +504,13 @@ test = ["cryptography", "freezegun", "pytest", "pytest-cov", "pytest-django", "p [[package]] name = "drf-spectacular" -version = "0.27.2" +version = "0.28.0" description = "Sane and flexible OpenAPI 3 schema generation for Django REST framework" optional = false python-versions = ">=3.7" files = [ - {file = "drf-spectacular-0.27.2.tar.gz", hash = "sha256:a199492f2163c4101055075ebdbb037d59c6e0030692fc83a1a8c0fc65929981"}, - {file = "drf_spectacular-0.27.2-py3-none-any.whl", hash = "sha256:b1c04bf8b2fbbeaf6f59414b4ea448c8787aba4d32f76055c3b13335cf7ec37b"}, + {file = "drf_spectacular-0.28.0-py3-none-any.whl", hash = "sha256:856e7edf1056e49a4245e87a61e8da4baff46c83dbc25be1da2df77f354c7cb4"}, + {file = "drf_spectacular-0.28.0.tar.gz", hash = "sha256:2c778a47a40ab2f5078a7c42e82baba07397bb35b074ae4680721b2805943061"}, ] [package.dependencies] @@ -1317,4 +1317,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b469f4a15cb67b5c653635eded73c90f32260f9d30ac6c97012feec1f537b7bc" +content-hash = "52fb701c6479e32d9fe8f2fea69a9631a35999ff5533b0f39bc5086abc4195a6" diff --git a/pyproject.toml b/pyproject.toml index 0b38531..86ee10b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ django-money = "^3.5.3" djangorestframework = "^3.15.2" djangorestframework-gis = "^1.0" djangorestframework-simplejwt = "^5.3.1" -drf-spectacular = "^0.27.2" +drf-spectacular = "^0.28.0" gunicorn = "^23.0.0" idna = "^3.8" inflection = "^0.5.1"