From c9ff7073c4f99b951266f0ebca6c6af5ad51f646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:48:13 +0000 Subject: [PATCH] Bump fastapi from 0.95.2 to 0.109.1 in /projects/log_listener Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.95.2 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.95.2...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/log_listener/requirements.txt | 2 +- projects/log_listener/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/log_listener/requirements.txt b/projects/log_listener/requirements.txt index 7299ce7..064fcfa 100644 --- a/projects/log_listener/requirements.txt +++ b/projects/log_listener/requirements.txt @@ -17,5 +17,5 @@ # PyScaffold==3.2.3 eiffellib[rabbitmq]==2.4.1 -fastapi==0.95.2 +fastapi==0.109.1 uvicorn==0.22.0 diff --git a/projects/log_listener/setup.cfg b/projects/log_listener/setup.cfg index d5ca027..fca48ba 100644 --- a/projects/log_listener/setup.cfg +++ b/projects/log_listener/setup.cfg @@ -27,7 +27,7 @@ setup_requires = pyscaffold>=3.2a0,<3.3a0 install_requires = PyScaffold==3.2.3 eiffellib[rabbitmq]==2.4.1 - fastapi==0.95.2 + fastapi==0.109.1 uvicorn==0.22.0 python_requires = >=3.4