From 0a5f4d64d51a35c13940a00861cc6f976af7145b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:21:41 +0100 Subject: [PATCH] Bump django-health-check from 3.18.0 to 3.18.1 in /api_server (#134) Bumps [django-health-check](https://github.com/revsys/django-health-check) from 3.18.0 to 3.18.1. - [Release notes](https://github.com/revsys/django-health-check/releases) - [Changelog](https://github.com/revsys/django-health-check/blob/master/docs/changelog.rst) - [Commits](https://github.com/revsys/django-health-check/compare/3.18.0...3.18.1) --- updated-dependencies: - dependency-name: django-health-check dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_server/requirements.txt b/api_server/requirements.txt index d967be0..be3fc35 100644 --- a/api_server/requirements.txt +++ b/api_server/requirements.txt @@ -4,7 +4,7 @@ psycopg2-binary==2.9.9 tzdata==2024.1 djangorestframework-simplejwt==5.3.1 gunicorn==21.2.0 -django-health-check==3.18.0 +django-health-check==3.18.1 whitenoise==6.6.0 drf-spectacular==0.27.1 django-nose==1.4.7