From a169ac6efc71b4993138a5c8f1b3f322ba3670ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:53:11 +0000 Subject: [PATCH] Bump fastapi from 0.65.2 to 0.109.1 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.65.2 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.65.2...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 936ad1d..1ddf4d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.65.2 +fastapi==0.109.1 uvicorn==0.12.2 python-keycloak-client==0.2.3 cowsay==3.0 diff --git a/setup.py b/setup.py index c9654e6..b34f74e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ # ], zip_safe=False, install_requires=[ - "fastapi==0.65.2", + "fastapi==0.109.1", "uvicorn==0.12.2", "python-keycloak-client==0.2.3", "cowsay==3.0",