From cc4721a0cb8a1de00b44c87c5ffbea72917daf94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:13:31 +0000 Subject: [PATCH] Bump structlog from 24.2.0 to 24.4.0 in /api Bumps [structlog](https://github.com/hynek/structlog) from 24.2.0 to 24.4.0. - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/structlog/compare/24.2.0...24.4.0) --- updated-dependencies: - dependency-name: structlog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 9e0378d..43ded90 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -2,4 +2,4 @@ dynaconf==3.2.5 redis==5.0.7 fastapi==0.111.0 uvicorn==0.30.6 -structlog==24.2.0 \ No newline at end of file +structlog==24.4.0 \ No newline at end of file