From c805857a9ef3a1a196e2cedf7e804a8c23688cc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:39:48 +0000 Subject: [PATCH] Update structlog requirement Updates the requirements on [structlog](https://github.com/hynek/structlog) to permit the latest version. - [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/21.2.0...24.1.0) --- updated-dependencies: - dependency-name: structlog dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f044d26..fcd29997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "pydantic>2,<3", "starlette<1", # 23.3.0 excluded due to https://github.com/hynek/structlog/issues/584 - "structlog>=21.2.0,<24,!=23.3.0", + "structlog>=21.2.0,!=23.3.0,<25", ] dynamic = ["version"]