⬆ Update development requirement for FastAPI from ^0.68.0 to ^0.68.1 (#48)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Brent 2022-08-28 06:20:05 +10:00 committed by GitHub
parent 4a08ee89ee
commit 7bb99f2bd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ mkdocs = "^1.2.1"
mkdocs-material = "^8.1.4"
mdx-include = "^1.4.1"
coverage = {extras = ["toml"], version = "^5.5"}
fastapi = "^0.68.0"
fastapi = "^0.68.1"
requests = "^2.26.0"
autoflake = "^1.4"
isort = "^5.9.3"