From 4cec3cf8c8fe50aaf0978664fceb15450ec81c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 01:46:11 +0000 Subject: [PATCH] Bump structlog from 23.2.0 to 23.3.0 in /api Bumps [structlog](https://github.com/hynek/structlog) from 23.2.0 to 23.3.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/23.2.0...23.3.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 ef74435..f0cf6a2 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -2,4 +2,4 @@ dynaconf==3.2.4 redis==5.0.1 uvicorn==0.25.0 fastapi==0.108.0 -structlog==23.2.0 \ No newline at end of file +structlog==23.3.0 \ No newline at end of file