From 0791e46768c21d77de731679576fb15feffc1e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 00:20:51 +0200 Subject: [PATCH] Bump fastapi from 0.74.1 to 0.75.0 (#595) Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.74.1 to 0.75.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.74.1...0.75.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index dcb6cd9..d2a57d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -392,7 +392,7 @@ test = ["pytest", "black"] [[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 = "dev" optional = false @@ -1430,7 +1430,7 @@ sqlite = [] [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "99f7cb21d121a2e514b3eb96d93edfe79691a71fbc84fba499077ddcb358c8c9" +content-hash = "a09dfe7de526228067531d4a6e8294ee96c7a9f0833817ecdead439be0a3c249" [metadata.files] aiomysql = [ @@ -1707,8 +1707,8 @@ docstring-parser = [ {file = "docstring_parser-0.11.tar.gz", hash = "sha256:93b3f8f481c7d24e37c5d9f30293c89e2933fa209421c8abd731dd3ef0715ecb"}, ] 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"}, ] filelock = [ {file = "filelock-3.6.0-py3-none-any.whl", hash = "sha256:f8314284bfffbdcfa0ff3d7992b023d4c628ced6feb957351d4c48d059f56bc0"}, diff --git a/pyproject.toml b/pyproject.toml index dcf9aa8..e6200b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ pytest = "^7.1.1" pytest-cov = "^3.0.0" codecov = "^2.1.12" pytest-asyncio = "^0.16.0" -fastapi = ">=0.70.1,<0.75" +fastapi = ">=0.70.1,<0.76" flake8 = "^3.9.2" flake8-black = "^0.3.2" flake8-bugbear = "^22.1.11"