Skip to content

Commit d964cf1

Browse files
authored
fix(deps): Update dependency structlog to v24 (#201)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [structlog](https://togithub.com/hynek/structlog) ([changelog](https://togithub.com/hynek/structlog/blob/main/CHANGELOG.md)) | major | `==23.3.0` -> `==24.2.0` | --- ### Release Notes <details> <summary>hynek/structlog (structlog)</summary> ### [`v24.2.0`](https://togithub.com/hynek/structlog/blob/HEAD/CHANGELOG.md#2420---2024-05-27) [Compare Source](https://togithub.com/hynek/structlog/compare/24.1.0...24.2.0) ##### Added - It is now possible to disable log level-padding in `structlog.dev.LogLevelColumnFormatter` and `structlog.dev.ConsoleRenderer`. [#&#8203;599](https://togithub.com/hynek/structlog/pull/599) - The `structlog.processors.CallsiteParameterAdder` can now be pickled. [#&#8203;603](https://togithub.com/hynek/structlog/pull/603) - `structlog.processors.CallsiteParameterAdder` now also works with `structlog.stdlib.BoundLogger`'s non-standard async methods (`ainfo()`, and so forth) [#&#8203;618](https://togithub.com/hynek/structlog/pull/618) ##### Changed - `structlog.processors.LogfmtRenderer` now escapes newlines. [#&#8203;592](https://togithub.com/hynek/structlog/pull/592) - `structlog.processors.LogfmtRenderer` now escapes backslashes and double quotes. [#&#8203;594](https://togithub.com/hynek/structlog/pull/594) - `structlog.processors.CallsiteParameterAdder` has been optimized to be about 2x faster. [#&#8203;606](https://togithub.com/hynek/structlog/pull/606) ##### Fixed - `structlog.stdlib.render_to_log_kwargs` now correctly passes stacklevel as a kwarg to stdlib logging. [#&#8203;619](https://togithub.com/hynek/structlog/pull/620) ### [`v24.1.0`](https://togithub.com/hynek/structlog/blob/HEAD/CHANGELOG.md#2410---2024-01-08) [Compare Source](https://togithub.com/hynek/structlog/compare/23.3.0...24.1.0) ##### Fixed - The lazy logger proxy returned by `structlog.get_logger()` now returns its initial values when asked for context. When asked for context before binding for the first time, it returned an empty dictionary in 23.3.0. - The displayed level name when using `structlog.stdlib.BoundLogger.exception()` is `"error"` instead of `"exception"`. Fixes regression in 23.3.0. [#&#8203;584](https://togithub.com/hynek/structlog/issues/584) - Don't ignore the `width` argument of `RichTracebackFormatter`. [#&#8203;587](https://togithub.com/hynek/structlog/issues/587) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 8c625c3 commit d964cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"python-dateutil==2.9.0.post0",
2929
"pytz==2024.1",
3030
"six==1.16.0",
31-
"structlog==23.3.0",
31+
"structlog==24.2.0",
3232
"tomli==2.0.1",
3333
"tzdata==2024.1",
3434
]

0 commit comments

Comments
 (0)