Commit 350f2d6
authored
fix(deps): Update dependency structlog to v23.2.0 (#93)
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 | `==23.1.0` -> `==23.2.0` |
---
### Release Notes
<details>
<summary>hynek/structlog (structlog)</summary>
### [`v23.2.0`](https://togithub.com/hynek/structlog/blob/HEAD/CHANGELOG.md#2320---2023-10-09)
[Compare Source](https://togithub.com/hynek/structlog/compare/23.1.0...23.2.0)
##### Removed
- Support for Python 3.7.
##### Added
- Official support for Python 3.12.
[#​515](https://togithub.com/hynek/structlog/issues/515)
- `structlog.processors.MaybeTimeStamper` that only adds a timestamp if there isn't one already.
[#​81](https://togithub.com/hynek/structlog/issues/81)
- `structlog.dev.ConsoleRenderer` now supports renamed timestamp keys using the *timestamp_key* parameter.
[#​541](https://togithub.com/hynek/structlog/issues/541)
- `structlog.dev.RichTracebackFormatter` that allows to configure the traceback formatting.
[#​542](https://togithub.com/hynek/structlog/issues/542)
##### Fixed
- `FilteringBoundLogger.exception()` and `FilteringBoundLogger.aexception()` now support positional argument formatting like the rest of the methods.
[#​531](https://togithub.com/hynek/structlog/issues/531)
- `structlog.processors.format_exc_info()` and `structlog.dev.ConsoleRenderer` do not crash anymore when told to format a non-existent exception.
[#​533](https://togithub.com/hynek/structlog/issues/533)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->1 parent cb9105e commit 350f2d6
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