From 236d6bdbd90c891c22a488e4d6762f5ca98d24c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 05:36:38 +0000 Subject: [PATCH] Bump structlog from 24.1.0 to 25.1.0 Bumps [structlog](https://github.com/hynek/structlog) from 24.1.0 to 25.1.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.1.0...25.1.0) --- updated-dependencies: - dependency-name: structlog dependency-type: direct:production update-type: version-update:semver-major ... 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 d54020d1..213c6fd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ banal==1.0.6 normality==2.5.0 fakeredis==2.22.0 sqlalchemy==2.0.4 -structlog==24.1.0 +structlog==25.1.0 colorama==0.4.6 pika==1.3.2 prometheus-client==0.20.0 diff --git a/setup.py b/setup.py index 084fb14c..b6525013 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "fakeredis >= 2.11.2, < 3.0.0", "redis <= 4.6.0", "sqlalchemy >= 1.4.49, < 3.0.0", - "structlog >= 20.2.0, < 25.0.0", + "structlog >= 20.2.0, < 26.0.0", "colorama >= 0.4.4, < 1.0.0", "pika >= 1.3.1, < 2.0.0", "prometheus-client >= 0.17.1, < 0.21.0",