Update dependency structlog to v24.4.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
structlog (changelog) | dependencies | minor |
24.2.0 -> 24.4.0
|
Release Notes
hynek/structlog (structlog)
v24.4.0
Changed
No code changes since 24.3.0
v24.3.0
Added
-
Restore feature parity between
structlog.traceback.ExceptionDictTransformer
and Rich's traceback extractor:- When displaying locals, use Rich for formatting if it is available.
- When displaying locals, call
repr()
on strings, too (improves handling ofSecretStr
implementations). - Add
locals_max_length
config option - Add
locals_hide_sunder
config option - Add
locals_hide_dunder
config option - Add
suppress
config option
Changed
-
structlog.testing.capture_logs()
now maps theexception
log level toerror
(as it's elsewhere). #628
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.