From c22b56d754ba69cd7a36342db7255fccb6754142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 04:26:54 +0000 Subject: [PATCH] Bump structlog from 24.2.0 to 24.4.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 754f4c8..d8cd17d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -98,7 +98,7 @@ six==1.16.0 # via apscheduler sqlalchemy==2.0.31 # via supa (setup.cfg) -structlog==24.2.0 +structlog==24.4.0 # via supa (setup.cfg) tabulate==0.9.0 # via supa (setup.cfg)