From 4f510eccb12a668fb04a2c8f2b812cca13491c9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:50:47 +0000 Subject: [PATCH] Update dependency fastapi to ^0.109.0 --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 91dc4f6..8eacc16 100644 --- a/poetry.lock +++ b/poetry.lock @@ -207,18 +207,18 @@ files = [ [[package]] name = "fastapi" -version = "0.108.0" +version = "0.109.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.108.0-py3-none-any.whl", hash = "sha256:8c7bc6d315da963ee4cdb605557827071a9a7f95aeb8fcdd3bde48cdc8764dd7"}, - {file = "fastapi-0.108.0.tar.gz", hash = "sha256:5056e504ac6395bf68493d71fcfc5352fdbd5fda6f88c21f6420d80d81163296"}, + {file = "fastapi-0.109.0-py3-none-any.whl", hash = "sha256:8c77515984cd8e8cfeb58364f8cc7a28f0692088475e2614f7bf03275eba9093"}, + {file = "fastapi-0.109.0.tar.gz", hash = "sha256:b978095b9ee01a5cf49b19f4bc1ac9b8ca83aa076e770ef8fd9af09a2b88d191"}, ] [package.dependencies] pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0" -starlette = ">=0.29.0,<0.33.0" +starlette = ">=0.35.0,<0.36.0" typing-extensions = ">=4.8.0" [package.extras] @@ -860,13 +860,13 @@ files = [ [[package]] name = "starlette" -version = "0.32.0.post1" +version = "0.35.0" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.32.0.post1-py3-none-any.whl", hash = "sha256:cd0cb10ddb49313f609cedfac62c8c12e56c7314b66d89bb077ba228bada1b09"}, - {file = "starlette-0.32.0.post1.tar.gz", hash = "sha256:e54e2b7e2fb06dff9eac40133583f10dfa05913f5a85bf26f427c7a40a9a3d02"}, + {file = "starlette-0.35.0-py3-none-any.whl", hash = "sha256:521234a99a5b5a11de1d0e2e8cea775cf2eeb081ad9dec3d9cecc8aed5ea11a7"}, + {file = "starlette-0.35.0.tar.gz", hash = "sha256:9948a414f77f20177d9f54ff00a5c50bc86f5048fc473e63457362ee345ae9ae"}, ] [package.dependencies] @@ -1163,4 +1163,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "1cf5941dbdeef3c322daae6610327741448d08cb72b0594c33ec4db48f26fd4c" +content-hash = "c794b6f1ef2f4ed0ae53383828f362139217d9c33e22c17fe90d4d6b154bc864" diff --git a/pyproject.toml b/pyproject.toml index f9caa1d..5a19ccc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "GPL-3.0-or-later" [tool.poetry.dependencies] python = "^3.12" -fastapi = "^0.108.0" +fastapi = "^0.109.0" ffmpeg-python = "^0.2.0" discord-webhook = "^1.3.0" python-multipart = "^0.0.6"