diff --git a/poetry.lock b/poetry.lock index 7241974d..b8b6d21f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -739,17 +739,17 @@ dev = ["Pallets-Sphinx-Themes", "bumpversion", "ghp-import", "pytest", "pytest-m [[package]] name = "flask-healthz" -version = "0.0.3" +version = "1.0.0" description = "A simple module to allow you to easily add health endpoints to your Flask application" optional = false -python-versions = ">=3.6.1,<4.0.0" +python-versions = ">=3.7.0,<4.0.0" files = [ - {file = "flask-healthz-0.0.3.tar.gz", hash = "sha256:d854208b7bde3ef847d069b10f3f8143f61720b3ee5eb10f63d727ff68c90e7f"}, - {file = "flask_healthz-0.0.3-py3-none-any.whl", hash = "sha256:e01bf4c1d0e0b2538a444ddf63915c7338a4adabe725186cec6553d3f45d1c33"}, + {file = "flask_healthz-1.0.0-py3-none-any.whl", hash = "sha256:3e7bd32fa872c12b3bcf39ee2bdbb8bff95ea7a70e5e86a603949ac898ccae2e"}, + {file = "flask_healthz-1.0.0.tar.gz", hash = "sha256:7c41abf13bd96b562b58846e24a5c59718810ba79706a2204c21764e8255fe70"}, ] [package.dependencies] -flask = "<3.0" +flask = "<3.0.1" [[package]] name = "flask-mail" @@ -2905,4 +2905,4 @@ deploy = ["gunicorn"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "c040696bbb43a4cd8cc4427e9dfbae1c435fe6c0b45270f54c219362883f5f1d" +content-hash = "ea1a661b38bbc33cf0a05a7ee7929681e42befdbc35b3ddcc2ef6c0dd8543d54" diff --git a/pyproject.toml b/pyproject.toml index efa6f27c..866ae964 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ backoff = ">=1.10.0, <3.0" noggin-messages = "^1.0.0" whitenoise = ">=5.3, <7.0" flask-babel = "^2.0.0" -flask-healthz = "^0.0.3" +flask-healthz = "^0.0.3 || ^1.0.0" markupsafe = "^2.0.0" wtforms = {extras = ["email"], version = "^3.0.0"} requests = {extras = ["security"], version = "^2.26.0"}