Merge pull request #16 from TheLovinator1/dependabot/pip/fastapi-0.75.0

Bump fastapi from 0.74.1 to 0.75.0
This commit is contained in:
2022-03-07 12:40:51 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -166,7 +166,7 @@ idna = ">=2.0.0"
[[package]]
name = "fastapi"
version = "0.74.1"
version = "0.75.0"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
category = "main"
optional = false
@ -505,7 +505,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "7276b52b8ef080025d802a47d499820ecdc886f3a553046314b5a285dd952293"
content-hash = "e77855d39792f7061f9873f6c6d133928c67c72f1edb1e8f4b29cf2968849b5a"
[metadata.files]
aiohttp = [
@ -628,8 +628,8 @@ email-validator = [
{file = "email_validator-1.1.3.tar.gz", hash = "sha256:aa237a65f6f4da067119b7df3f13e89c25c051327b2b5b66dc075f33d62480d7"},
]
fastapi = [
{file = "fastapi-0.74.1-py3-none-any.whl", hash = "sha256:b8ec8400623ef0b2ff558ebe06753b349f8e3a5dd38afea650800f2644ddba34"},
{file = "fastapi-0.74.1.tar.gz", hash = "sha256:b58a2c46df14f62ebe6f24a9439927539ba1959b9be55ba0e2f516a683e5b9d4"},
{file = "fastapi-0.75.0-py3-none-any.whl", hash = "sha256:43d12891b78fc497a50623e9c7c24640c569489f060acd9ce2c4902080487a93"},
{file = "fastapi-0.75.0.tar.gz", hash = "sha256:124774ce4cb3322841965f559669b233a0b8d343ea24fdd8b293253c077220d7"},
]
ffmpeg-python = [
{file = "ffmpeg-python-0.2.0.tar.gz", hash = "sha256:65225db34627c578ef0e11c8b1eb528bb35e024752f6f10b78c011f6f64c4127"},

View File

@ -11,7 +11,7 @@ keywords = ["website", "discord"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = { extras = ["all"], version = "^0.74.1" }
fastapi = { extras = ["all"], version = "^0.75.0" }
ffmpeg-python = "^0.2.0"
gunicorn = "^20.1.0"
dhooks = { git = "https://github.com/kyb3r/dhooks.git" }