From 7f6503ee0ea20c25c317b8c1c62857cf4abf5829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 20:25:38 +0200 Subject: [PATCH] Bump django-health-check from 3.18.1 to 3.18.2 in /api_server (#146) Bumps [django-health-check](https://github.com/revsys/django-health-check) from 3.18.1 to 3.18.2. - [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.1...3.18.2) --- 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 23a21a2..268b2ae 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.1 +django-health-check==3.18.2 whitenoise==6.6.0 drf-spectacular==0.27.2 django-nose==1.4.7