diff --git a/poetry.lock b/poetry.lock index d09f4ef664..023025d13e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1568,7 +1568,7 @@ django = ">=3.2" [[package]] name = "django-health-check" -version = "3.20.1.dev1+g8c69e53" +version = "3.20.1.dev2+g5267d8f" description = "Monitor the health of your Django app and its connected services." optional = false python-versions = ">=3.9" @@ -1581,14 +1581,14 @@ Django = ">=4.2" [package.extras] docs = ["sphinx"] -lint = ["ruff (==0.12.0)"] +lint = ["ruff (==0.12.1)"] test = ["boto3", "celery", "django-storages", "pytest", "pytest-cov", "pytest-django", "redis"] [package.source] type = "git" url = "https://github.com/revsys/django-health-check" -reference = "8c69e538e26f1920b2fcdc0dd76113339179e3f7" -resolved_reference = "8c69e538e26f1920b2fcdc0dd76113339179e3f7" +reference = "5267d8fd68b1ee307637d6ffca6d6d12cc744cdc" +resolved_reference = "5267d8fd68b1ee307637d6ffca6d6d12cc744cdc" [[package]] name = "django-imagekit" @@ -9086,4 +9086,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "~3.12" -content-hash = "a9556a82a21d91998d58959303578447e1361df82800493b7e4dcc93ca72391f" +content-hash = "7ce3e31234796c72a59423572b48fd96595fac1fa9cfa99261c1d8bbd5bad91a" diff --git a/pyproject.toml b/pyproject.toml index aaae0459b3..ecb8f7ed85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ django-cache-memoize = "^0.2.0" django-cors-headers = "^4.0.0" django-filter = "^2.4.0" django-guardian = "^3.0.0" -django-health-check = { git = "https://github.com/revsys/django-health-check", rev="8c69e538e26f1920b2fcdc0dd76113339179e3f7" } # pragma: allowlist secret +django-health-check = { git = "https://github.com/revsys/django-health-check", rev="5267d8fd68b1ee307637d6ffca6d6d12cc744cdc" } # pragma: allowlist secret django-imagekit = "^5.0.0" django-ipware = "^7.0.0" django-json-widget = "^2.0.0"