Skip to content

Commit f320480

Browse files
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 [#&#8203;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). [#&#8203;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

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.8.1",
2929
"pytz==2024.1",
3030
"six==1.16.0",
31-
"structlog==24.2.0",
31+
"structlog==24.4.0",
3232
"tomli==2.0.1",
3333
"tzdata==2024.1",
3434
]

0 commit comments

Comments
 (0)