From 1549f0a847e424715183e0627264699b1a9da0e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 12:55:55 +1000 Subject: [PATCH] Bump drf-yasg from 1.21.3 to 1.21.4 in /api (#949) Bumps [drf-yasg](https://github.com/axnsan12/drf-yasg) from 1.21.3 to 1.21.4. - [Release notes](https://github.com/axnsan12/drf-yasg/releases) - [Changelog](https://github.com/axnsan12/drf-yasg/blob/1.21.4/docs/changelog.rst) - [Commits](https://github.com/axnsan12/drf-yasg/compare/1.21.3...1.21.4) --- updated-dependencies: - dependency-name: drf-yasg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api/Pipfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/Pipfile.lock b/api/Pipfile.lock index 4ec1854a5..8282ad784 100644 --- a/api/Pipfile.lock +++ b/api/Pipfile.lock @@ -314,11 +314,11 @@ }, "drf-yasg": { "hashes": [ - "sha256:85899b8b173cac7d39af3fea205bdc1a599aed8de3389a3bcccc29b37b9b983e", - "sha256:b2eebb438fa641503a08dac791be24183ea26dbcfe371a9824ea91f6e3a988aa" + "sha256:4a156d195fdccc51b40a227955588d982ca43c2e327927c7713bf967f5589913", + "sha256:887c9f79e64f46aa48974234e61029b1bea6b12ea628a8fc8a3697589add1d3e" ], "index": "pypi", - "version": "==1.21.3" + "version": "==1.21.4" }, "elasticsearch": { "hashes": [ @@ -1745,7 +1745,7 @@ "sha256:2c64907728c3ef78e23711c8840a423f0b241588c9ed929855e4b2d1bb0cf5f2", "sha256:9bae709212a19222892cabcc60cafd903cbf4b220223f48583afa3c0e3cc6fc4" ], - "markers": "python_version >= '3.7' and python_full_version < '4.0.0'", + "markers": "python_version >= '3.7' and python_version < '4'", "version": "==0.2.3" }, "openapi-spec-validator": {