From ce269b7984cebdce6d2a33497569814ba36138e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 03:02:14 +0000 Subject: [PATCH 1/2] Bump fastapi from 0.85.1 to 0.87.0 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.85.1 to 0.87.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.85.1...0.87.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b98973cc7..006914c52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ orjson==3.8.1 sdnotify==0.3.2 # API Server -fastapi==0.85.1 +fastapi==0.87.0 pydantic==1.10.2 uvicorn==0.19.0 pyjwt==2.6.0 From c72ffad69833b8774746337423f18571218bbd59 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 14 Nov 2022 13:08:29 +0000 Subject: [PATCH 2/2] Add starlette test dependency --- requirements-dev.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index a46ec7e48..7d96c3672 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,6 +18,8 @@ pytest-random-order==1.0.4 isort==5.10.1 # For datetime mocking time-machine==2.8.2 +# fastapi testing +httpx==0.23.0 # Convert jupyter notebooks to markdown documents nbconvert==7.2.3