From ceb20c34ce141796c46585247cb88607299f3d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 19:33:23 +0200 Subject: [PATCH] Bump structlog from 22.3.0 to 23.1.0 (#86) Bumps [structlog](https://github.com/hynek/structlog) from 22.3.0 to 23.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/22.3.0...23.1.0) --- updated-dependencies: - dependency-name: structlog dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3851d41..37b60b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ banal==1.0.6 normality==2.4.0 fakeredis==2.13.0 sqlalchemy==2.0.4 -structlog==22.3.0 +structlog==23.1.0 colorama==0.4.6 pika==1.3.2 diff --git a/setup.py b/setup.py index 188b9b1..c79c07c 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "normality >= 2.4.0, < 3.0.0", "fakeredis >=2.11.2, < 3.0.0", "sqlalchemy >= 2.0.4, < 3.0.0", - "structlog >= 20.2.0, < 23.0.0", + "structlog >= 20.2.0, < 24.0.0", "colorama >= 0.4.4, < 1.0.0", "pika >= 1.3.1, < 2.0.0", ],