From 9cf81e3d83b2361ab262f7e22378a34bb0f14c72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:48:27 +0000 Subject: [PATCH] [noissue]: Bump drf-spectacular from 0.26.4 to 0.26.5 Bumps [drf-spectacular](https://github.com/tfranzel/drf-spectacular) from 0.26.4 to 0.26.5. - [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.4...0.26.5) --- updated-dependencies: - dependency-name: drf-spectacular dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f6f9a8af13..003f86e8a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ djangorestframework>=3.14.0,<=3.14.0 djangorestframework-queryfields>=1.0,<=1.0.0 drf-access-policy>=1.1.2,<1.5.1 drf-nested-routers>=0.93.4,<=0.93.4 -drf-spectacular==0.26.4 # We monkeypatch this so we need a very narrow requirement string +drf-spectacular==0.26.5 # We monkeypatch this so we need a very narrow requirement string dynaconf>=3.1.12,<3.2.4 gunicorn>=20.1,<=21.2.0 importlib-metadata>=6.0.1,<=6.0.1 # Pinned to fix opentelemetry dependency solving issues with pip