From 179b3bec3c83424ea967615e2a1a94913337a642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:14:15 +0000 Subject: [PATCH] Bump drf-spectacular Bumps the all-python-dependencies group with 1 update in the / directory: [drf-spectacular](https://github.com/tfranzel/drf-spectacular). Updates `drf-spectacular` from 0.27.2 to 0.28.0 - [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.27.2...0.28.0) --- updated-dependencies: - dependency-name: drf-spectacular dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9173b88..a7f531e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ whitenoise==6.8.2 # For serving static files # DRF djangorestframework==3.15.2 django-filter==24.3 # Filtering support -drf-spectacular==0.27.2 +drf-spectacular==0.28.0 markdown==3.7 # Markdown support for the browsable API # LTI