diff --git a/pyproject.toml b/pyproject.toml index 0544af4..0701f9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "A mock REST API service for testing" requires-python = ">=3.12" dependencies = [ - "quart>=0.21.0", + "quart>=0.22.0", "hypercorn>=0.18.0", ] diff --git a/requirements.txt b/requirements.txt index 087cee6..70a41fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -quart>=0.21.0 +quart>=0.22.0 hypercorn>=0.16.0