From 37e6701477438f3f9145bf513510f0be6351b250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 22:34:00 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.65.2 to 0.100.1 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.65.2 to 0.100.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.65.2...0.100.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- common/requirements.txt | 2 +- e2e/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/requirements.txt b/common/requirements.txt index 11e035c2b..951421252 100644 --- a/common/requirements.txt +++ b/common/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.85.1 +fastapi==0.100.1 fireo==1.6.2 google-cloud-core==2.3.2 google-api-python-client==2.91.0 diff --git a/e2e/requirements.txt b/e2e/requirements.txt index 306ca0123..fd94626db 100644 --- a/e2e/requirements.txt +++ b/e2e/requirements.txt @@ -18,6 +18,6 @@ google-auth-oauthlib==0.8.0 google-cloud-pubsub==2.17.1 google-cloud-bigquery==3.10.0 gcsfs==2022.11.0 -fastapi==0.65.2 +fastapi==0.100.1 regex==2023.6.3 redis==4.5.4