diff --git a/poetry.lock b/poetry.lock index 59d27f3..07d3e61 100644 --- a/poetry.lock +++ b/poetry.lock @@ -207,13 +207,13 @@ files = [ [[package]] name = "fastapi" -version = "0.112.3" +version = "0.113.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.112.3-py3-none-any.whl", hash = "sha256:f28ef49eb91543f8419a0c9023498b5f311d6611067e2fae2bb218947c499d66"}, - {file = "fastapi-0.112.3.tar.gz", hash = "sha256:9b6b41ea59ba948a07142f09d6241bda975fdb86847413136f6e2a1675d3bf25"}, + {file = "fastapi-0.113.0-py3-none-any.whl", hash = "sha256:c8d364485b6361fb643d53920a18d58a696e189abcb901ec03b487e35774c476"}, + {file = "fastapi-0.113.0.tar.gz", hash = "sha256:b7cf9684dc154dfc93f8b718e5850577b529889096518df44defa41e73caf50f"}, ] [package.dependencies] @@ -1135,4 +1135,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "af58bdae65548fc3e52f8c077efb6eddafccfb56515b8f9ccd0ae93eac3b520e" +content-hash = "7a99f88e1eda22da6db61f6d76ae5e7a850521de466c8808277b2ea42771bdd7" diff --git a/pyproject.toml b/pyproject.toml index 9a41b27..0884ec9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = "GPL-3.0-or-later" [tool.poetry.dependencies] python = "^3.12" -fastapi = "^0.112.0" +fastapi = "^0.113.0" ffmpeg-python = "^0.2.0" discord-webhook = "^1.3.1" python-multipart = "^0.0.9"