Skip to content

Commit

Permalink
fix(deps): Update dependency structlog to v24.4.0 (#218)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [structlog](https://github.com/hynek/structlog) ([changelog](https://github.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://github.com/hynek/structlog/blob/HEAD/CHANGELOG.md#2440---2024-07-17)

[Compare Source](https://github.com/hynek/structlog/compare/24.3.0...24.4.0)

##### Changed

No code changes since 24.3.0

### [`v24.3.0`](https://github.com/hynek/structlog/blob/HEAD/CHANGELOG.md#2430---2024-07-17)

[Compare Source](https://github.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://github.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://github.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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored Aug 1, 2024
1 parent 5c1d110 commit f320480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"python-dateutil>=2.8.1",
"pytz==2024.1",
"six==1.16.0",
"structlog==24.2.0",
"structlog==24.4.0",
"tomli==2.0.1",
"tzdata==2024.1",
]
Expand Down

0 comments on commit f320480

Please sign in to comment.