From 3f3ccf59a712fe762cdebb3b45a1575a66efdec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 22:10:09 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.87.0 to 0.88.0 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.87.0 to 0.88.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.87.0...0.88.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 105b3b99..fbf47eb5 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -7,7 +7,7 @@ beautifulsoup4==4.11.1 censys==2.1.9 certifi==2022.9.24 dnspython==2.2.1 -fastapi==0.87.0 +fastapi==0.88.0 lxml==4.9.1 netaddr==0.8.0 ujson==5.5.0