From: Brent <20882097+alucarddelta@users.noreply.github.com> Date: Sat, 27 Aug 2022 20:20:05 +0000 (+1000) Subject: ⬆ Update development requirement for FastAPI from `^0.68.0` to `^0.68.1` (#48) X-Git-Tag: 0.0.7~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bb99f2bd5e551168fab496611d28eb4d216c47c;p=thirdparty%2Ffastapi%2Fsqlmodel.git ⬆ Update development requirement for FastAPI from `^0.68.0` to `^0.68.1` (#48) Co-authored-by: Sebastián Ramírez --- diff --git a/pyproject.toml b/pyproject.toml index 3c286fd1..7f5e7f80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"