From c9758315c90ab96a53dd5c70a3a477754ea18dc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 06:19:46 +0000 Subject: [PATCH] Bump fastapi from 0.74.0 to 0.74.1 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.74.0 to 0.74.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.74.0...0.74.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 54cdd8c..4a850a4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -236,7 +236,7 @@ idna = ">=2.0.0" [[package]] name = "fastapi" -version = "0.74.0" +version = "0.74.1" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" category = "main" optional = false @@ -998,7 +998,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "f713f4279a3a9a758152fb73144145d063ef071cf49f6b50e9892fb2eecd844f" +content-hash = "ea53eb8be6ed68c404151797b5b35f0cb5413b9575e63b9eda16499595ac800f" [metadata.files] aiohttp = [ @@ -1162,8 +1162,8 @@ email-validator = [ {file = "email_validator-1.1.3.tar.gz", hash = "sha256:aa237a65f6f4da067119b7df3f13e89c25c051327b2b5b66dc075f33d62480d7"}, ] fastapi = [ - {file = "fastapi-0.74.0-py3-none-any.whl", hash = "sha256:e21d7d0d587c8c2014e8ff61be2626f999cfb8c3cb42f034df9f8589bcb893e1"}, - {file = "fastapi-0.74.0.tar.gz", hash = "sha256:5363a2cd983aa700e5a6c25d63d1b84aee0d4c94358247b4a1a947e39f654ffe"}, + {file = "fastapi-0.74.1-py3-none-any.whl", hash = "sha256:b8ec8400623ef0b2ff558ebe06753b349f8e3a5dd38afea650800f2644ddba34"}, + {file = "fastapi-0.74.1.tar.gz", hash = "sha256:b58a2c46df14f62ebe6f24a9439927539ba1959b9be55ba0e2f516a683e5b9d4"}, ] ffmpeg-python = [ {file = "ffmpeg-python-0.2.0.tar.gz", hash = "sha256:65225db34627c578ef0e11c8b1eb528bb35e024752f6f10b78c011f6f64c4127"}, diff --git a/pyproject.toml b/pyproject.toml index 65ef49d..fc087b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ keywords = ["website", "discord"] [tool.poetry.dependencies] python = "^3.9" -fastapi = {extras = ["all"], version = "^0.74.0"} +fastapi = {extras = ["all"], version = "^0.74.1"} ffmpeg-python = "^0.2.0" gunicorn = "^20.1.0" uvicorn = "^0.15.0"