From 4d9575086e69a539da901fa6600f5d18f77a9371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:27:53 +0000 Subject: [PATCH] Update drf-spectacular requirement from ^0.26.2 to ^0.27.0 Updates the requirements on [drf-spectacular](https://github.com/tfranzel/drf-spectacular) to permit the latest version. - [Release notes](https://github.com/tfranzel/drf-spectacular/releases) - [Changelog](https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tfranzel/drf-spectacular/compare/0.26.2...0.27.0) --- updated-dependencies: - dependency-name: drf-spectacular dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6fd4a21..c5907c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ jasmin-notifications = {git = "https://github.com/cedadev/jasmin-notifications.g django-countries = "^7.2.1, !=7.3.0" djangorestframework = {version = "^3.13.1", optional = true} django-filter = {version = "^23.2", optional = true} -drf-spectacular = {version="^0.26.2", optional = true} +drf-spectacular = {version="^0.27.0", optional = true} drf-spectacular-sidecar = {version="^2024.1.1", optional = true} python-keycloak = {version = "^3.2.0", optional = true}