diff --git a/poetry.lock b/poetry.lock index df0ea95..8700cde 100644 --- a/poetry.lock +++ b/poetry.lock @@ -181,14 +181,14 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.97.0" +version = "0.98.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "fastapi-0.97.0-py3-none-any.whl", hash = "sha256:95d757511c596409930bd20673358d4a4d709004edb85c5d24d6ffc48fabcbf2"}, - {file = "fastapi-0.97.0.tar.gz", hash = "sha256:b53248ee45f64f19bb7600953696e3edf94b0f7de94df1e5433fc5c6136fa986"}, + {file = "fastapi-0.98.0-py3-none-any.whl", hash = "sha256:f4165fb1fe3610c52cb1b8282c1480de9c34bc270f56a965aa93a884c350d605"}, + {file = "fastapi-0.98.0.tar.gz", hash = "sha256:0d3c18886f652038262b5898fec6b09f4ca92ee23e9d9b1d1d24e429f84bf27b"}, ] [package.dependencies] @@ -908,4 +908,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9011b67bd6924609e589b257dc4e9681b77ea60648248f8c1a934933c20215a9" +content-hash = "93c82c00be7c8dcb263e6aceeb96e54ab0c624d2bff55ca1b234c954ca051ff3" diff --git a/pyproject.toml b/pyproject.toml index d0fa5df..6d9b644 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ keywords = ["website", "discord"] [tool.poetry.dependencies] python = "^3.10" -fastapi = "^0.97.0" +fastapi = "^0.98.0" ffmpeg-python = "^0.2.0" discord-webhook = "^1.0.0" python-multipart = "^0.0.6"