From cdd45ce14de6cf6dd5582fc5167d09d50525cd93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 13:41:55 +0100 Subject: [PATCH] Bump django-health-check from 3.12.1 to 3.16.5 (#118) Bumps [django-health-check](https://github.com/KristianOellegaard/django-health-check) from 3.12.1 to 3.16.5. - [Release notes](https://github.com/KristianOellegaard/django-health-check/releases) - [Changelog](https://github.com/KristianOellegaard/django-health-check/blob/master/docs/changelog.rst) - [Commits](https://github.com/KristianOellegaard/django-health-check/compare/3.12.1...3.16.5) --- updated-dependencies: - dependency-name: django-health-check dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7672f7a..00c889f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Django==2.2.27 django-after-response==0.2.2 django-incident-response==0.5.1 -django-health-check==3.12.1 +django-health-check==3.16.5 django-decorator-include pytest-mock pytest-django==4.5.2