diff --git a/poetry.lock b/poetry.lock index 6a7acbf..7add627 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1249,13 +1249,13 @@ files = [ [[package]] name = "quart" -version = "0.19.8" +version = "0.19.9" description = "A Python ASGI web microframework with the same API as Flask" optional = false python-versions = ">=3.8" files = [ - {file = "quart-0.19.8-py3-none-any.whl", hash = "sha256:34eeb559014f4e72e093d034cfe203b1a6262e9d3504f826f293090e230609f2"}, - {file = "quart-0.19.8.tar.gz", hash = "sha256:ef567d0be7677c99890d5c6ff30e679699fe7e5fca1a90fa3b6974edd8421794"}, + {file = "quart-0.19.9-py3-none-any.whl", hash = "sha256:8acb8b299c72b66ee9e506ae141498bbbfcc250b5298fbdb712e97f3d7e4082f"}, + {file = "quart-0.19.9.tar.gz", hash = "sha256:30a61a0d7bae1ee13e6e99dc14c929b3c945e372b9445d92d21db053e91e95a5"}, ] [package.dependencies] @@ -1643,4 +1643,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">=3.13,<4.0" -content-hash = "0f7a5f33d8617cf30e9acd21259b494d2feec9c30e925695caa58fb6edc4f741" +content-hash = "6e7848a83b641a1df84c69eab3849851474bcc5e94ec63073f833576f1dea5f7" diff --git a/pyproject.toml b/pyproject.toml index 229788b..b249c9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ disnake = "^2.9.3" audioop-lts = "^0.2.1" ics = "0.8.0.dev0" python-dotenv = "^1.0.1" -quart = "^0.19.8" +quart = "^0.19.9" requests-oauthlib = "^2.0.0" [tool.poetry.dev-dependencies]