Commit f320480
authored
fix(deps): Update dependency structlog to v24.4.0 (#218)
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)) | minor | `==24.2.0` -> `==24.4.0` |
---
### Release Notes
<details>
<summary>hynek/structlog (structlog)</summary>
### [`v24.4.0`](https://togithub.com/hynek/structlog/blob/HEAD/CHANGELOG.md#2440---2024-07-17)
[Compare Source](https://togithub.com/hynek/structlog/compare/24.3.0...24.4.0)
##### Changed
No code changes since 24.3.0
### [`v24.3.0`](https://togithub.com/hynek/structlog/blob/HEAD/CHANGELOG.md#2430---2024-07-17)
[Compare Source](https://togithub.com/hynek/structlog/compare/24.2.0...24.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 of `SecretStr` implementations).
- Add `locals_max_length` config option
- Add `locals_hide_sunder` config option
- Add `locals_hide_dunder` config option
- Add `suppress` config option
[#​627](https://togithub.com/hynek/structlog/pull/627)
##### Changed
- `structlog.testing.capture_logs()` now maps the `exception` log level to `error` (as it's elsewhere).
[#​628](https://togithub.com/hynek/structlog/pull/628)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->1 parent 5c1d110 commit f320480
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments