Skip to content

Commit 350f2d6

Browse files
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. [#&#8203;515](https://togithub.com/hynek/structlog/issues/515) - `structlog.processors.MaybeTimeStamper` that only adds a timestamp if there isn't one already. [#&#8203;81](https://togithub.com/hynek/structlog/issues/81) - `structlog.dev.ConsoleRenderer` now supports renamed timestamp keys using the *timestamp_key* parameter. [#&#8203;541](https://togithub.com/hynek/structlog/issues/541) - `structlog.dev.RichTracebackFormatter` that allows to configure the traceback formatting. [#&#8203;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. [#&#8203;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. [#&#8203;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

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.2",
2929
"pytz==2023.3.post1",
3030
"six==1.16.0",
31-
"structlog==23.1.0",
31+
"structlog==23.2.0",
3232
"tomli==2.0.1",
3333
"tzdata==2023.3",
3434
]

0 commit comments

Comments
 (0)