From 0943798691c102b64c0a37162752715db35b8dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 15:58:00 +0000 Subject: [PATCH] build(deps): bump drf-yasg from 1.21.11 to 1.21.14 in /backend Bumps [drf-yasg](https://github.com/axnsan12/drf-yasg) from 1.21.11 to 1.21.14. - [Release notes](https://github.com/axnsan12/drf-yasg/releases) - [Changelog](https://github.com/axnsan12/drf-yasg/blob/master/docs/changelog.rst) - [Commits](https://github.com/axnsan12/drf-yasg/compare/1.21.11...1.21.14) --- updated-dependencies: - dependency-name: drf-yasg dependency-version: 1.21.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 3373a6c21..2e61ed283 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ django-cors-headers==4.9.0 django-environ==0.12.0 djangorestframework==3.16.1 dockerflow==2024.4.2 -drf-yasg==1.21.11 +drf-yasg==1.21.14 gunicorn==23.0.0 parsepatch==0.1.3 psycopg2-binary==2.9.11