From 3c60fd1c66cfa5cedd95e43a37a5fded99aa1de3 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 13 Sep 2022 22:14:33 +0100 Subject: [PATCH] Update dependency django-health-check to v3.17.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4bad8d5..42e25e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -252,7 +252,7 @@ Django = ">=2.2" [[package]] name = "django-health-check" -version = "3.16.7" +version = "3.17.0" description = "Run checks on services like databases, queue servers, celery processes, etc." category = "main" optional = false @@ -1362,7 +1362,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "f66bc3abd284db0a548af07d4ad10755d94390e23559f735145edfff18aa80dd" +content-hash = "d6a08d9b35e015dcddb4466d5af5f7cc44cec4d7eb139f59cc806b8251fa12e8" [metadata.files] anyascii = [ @@ -1580,8 +1580,8 @@ django-filter = [ {file = "django_filter-21.1-py3-none-any.whl", hash = "sha256:f4a6737a30104c98d2e2a5fb93043f36dd7978e0c7ddc92f5998e85433ea5063"}, ] django-health-check = [ - {file = "django-health-check-3.16.7.tar.gz", hash = "sha256:85b8e4ffa6ebbee3a7214c91ea4a67ce0e918bc8ed9679d054afd9cc9fa17c4f"}, - {file = "django_health_check-3.16.7-py2.py3-none-any.whl", hash = "sha256:4f4fe32838eb367b9dda51669f128b97f8416eaa66b80b58c50db6fc2cc42356"}, + {file = "django-health-check-3.17.0.tar.gz", hash = "sha256:d1b8671e79d1de6e3dd1a9c69566222b0bfcfacca8b90511a4407b2d0d3d2778"}, + {file = "django_health_check-3.17.0-py2.py3-none-any.whl", hash = "sha256:20dc5ccb516a4e7163593fd4026f0a7531e3027b47d23ebe3bd9dbc99ac4354c"}, ] django-htmx = [ {file = "django-htmx-1.12.2.tar.gz", hash = "sha256:93a356ec0a983a33cc11d927bfe4ab3eca847dc89786d6293e80bc12dc9da03c"}, diff --git a/pyproject.toml b/pyproject.toml index c024a94..62e1543 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ sentry-sdk = "1.9.5" wagtail-favicon = "0.2.0" django-sri = "0.5.0" wagtail-2fa = "1.6.0" -django-health-check = "3.16.7" +django-health-check = "3.17.0" wagtail-autocomplete = {git = "https://github.com/wagtail/wagtail-autocomplete", rev = "03f46a0c256989690d0a43fc21fe0f37f9ede765"}