From fa22618892ad3a164f3801307b42f04cc6159908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 20:19:55 +0000 Subject: [PATCH] Update structlog requirement from <25,>=20 to >=20,<26 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/20.1.0...25.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 f07e978..13294c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "pydantic>=1.9,<3", "PyYAML", "requests>=2,<3", - "structlog>=20,<25", + "structlog>=20,<26", "typing_extensions>=4.4.0", "uvicorn[standard]>=0.12,<1", ]