From 88a9ccb23488b4f899f7e2c0e1bd8eef88535ab5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 22:44:13 +0000 Subject: [PATCH] Update dependency drf-spectacular to ^0.28.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index fe1c6b7860..9b8dacc852 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1679,13 +1679,13 @@ djangorestframework = ">=3.14.0" [[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] @@ -7845,4 +7845,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.12.6" -content-hash = "c0ce6bdbfa872566be28032ec49e7e71690ca19a0e2199cf95d4cce922201f03" +content-hash = "df753e1663f51949a4a0ba9a814662d505a61004b7403eee45578ee2f38889a6" diff --git a/pyproject.toml b/pyproject.toml index b500a49b6e..65fdae7010 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ django-server-status = "^0.7.0" django-storages = "^1.13.2" djangorestframework = "^3.14.0" drf-jwt = "^1.19.2" -drf-spectacular = "^0.27.0" +drf-spectacular = "^0.28.0" feedparser = "^6.0.10" google-api-python-client = "^2.89.0" html5lib = "^1.1"