From 588fe5194785901fd69a6055e8b6053950679d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 04:57:30 +0000 Subject: [PATCH] Bump drf-yasg[validation] from 1.21.7 to 1.21.8 Bumps [drf-yasg[validation]](https://github.com/axnsan12/drf-yasg) from 1.21.7 to 1.21.8. - [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.7...1.21.8) --- updated-dependencies: - dependency-name: drf-yasg[validation] 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 a9b68bc..dad066b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ django-s3-storage==0.15.0 djangorestframework==3.15.2 djangorestframework-camel-case==1.4.2 docutils==0.21.2 -drf-yasg[validation]==1.21.7 +drf-yasg[validation]==1.21.8 gunicorn[gevent]==23.0.0 hexbytes==0.3.1 packaging>=21