From 98c8a9f645d32e37cd6ea355ccb8e5777ce463bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:05:33 +0000 Subject: [PATCH] Bump structlog from 18.1.0 to 25.5.0 Bumps [structlog](https://github.com/hynek/structlog) from 18.1.0 to 25.5.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/18.1.0...25.5.0) --- updated-dependencies: - dependency-name: structlog dependency-version: 25.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index cbdffdd..48c51eb 100644 --- a/requirements.in +++ b/requirements.in @@ -25,7 +25,7 @@ python-editor~=1.0.3 sentry-sdk[flask]~=2.24.1 six~=1.17.0 SQLAlchemy~=2.0.40 -structlog~=18.1.0 +structlog~=25.5.0 Werkzeug~=3.1.6 wrapt~=1.17.2 click~=8.1 diff --git a/requirements.txt b/requirements.txt index b2c5766..7036755 100644 --- a/requirements.txt +++ b/requirements.txt @@ -170,7 +170,6 @@ six==1.17.0 # -r requirements.in # pyjwkest # python-dateutil - # structlog sqlalchemy==2.0.45 # via # -r requirements.in @@ -178,7 +177,7 @@ sqlalchemy==2.0.45 # flask-sqlalchemy srvlookup==3.0.0 # via csh-ldap -structlog==18.1.0 +structlog==25.5.0 # via -r requirements.in tomlkit==0.14.0 # via pylint